#E6C9AA

Color #E6C9AA Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #E6C9AA

Tints of Negroni #E6C9AA

Color information

#E6C9AA (or 0xE6C9AA) is unknown color: approx Negroni. HEX triplet: E6, C9 and AA. RGB value is (230,201,170). Sum of RGB (Red+Green+Blue) = 230+201+170=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C9AA is #193655. Grayscale: #CECECE. Windows color (decimal): -1652310 or 11192806. OLE color: 11192806.

HSL color Cylindrical-coordinate representation of color #E6C9AA: hue angle of 31º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6C9AA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230201170-
CMYK00.130.260.10
HSL31º54.55%78.43%-
HSV(B)31º26.09%90.2%-
XYZ60.7861.546.7-
YUV206.14107.61145.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=38.27%
G=33.44%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020117000.130.260.103154.5578.43
HexE6C9AA0D1AA1f374e
Octal34631125201532123767116
Binary11100110110010011010101001101110101010111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C9AA; }

 p { color: rgb(230,201,170); }

 H1.HeaderClassName
 {
   color: #E6C9AA;
 }
 .AnyTagClassName
 {
   color: #E6C9AA;
 }
</style>
background-color css

<style>
 a { background-color: #E6C9AA; }

 a { background-color: rgb(230,201,170); }

 div.DivClassName
 {
   background-color: #E6C9AA;
 }
 .BgClassName
 {
   background-color: #E6C9AA;
 }
</style>
border-color css

<style>
 span { border-color: #E6C9AA; }

 span { border-color: rgb(230,201,170); }

 td.TdClassName
 {
   border-color: #E6C9AA;
 }
 .TagClassName
 {
   border-color: #E6C9AA;
 }
</style>