#C6B479

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

Shades of Ecru #C6B479

Tints of Ecru #C6B479

Color information

#C6B479 (or 0xC6B479) is unknown color: approx Ecru. HEX triplet: C6, B4 and 79. RGB value is (198,180,121). Sum of RGB (Red+Green+Blue) = 198+180+121=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B479 is #394B86. Grayscale: #B2B2B2. Windows color (decimal): -3754887 or 7976134. OLE color: 7976134.

HSL color Cylindrical-coordinate representation of color #C6B479: hue angle of 45.97º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6B479 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB198180121-
CMYK00.090.390.22
HSL45.97º40.31%62.55%-
HSV(B)45.97º38.89%77.65%-
XYZ43.0646.0324.7-
YUV178.6695.46141.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=39.68%
G=36.07%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818012100.090.390.2245.9740.3162.55
HexC6B4790927162e283f
Octal3062641710114726565077
Binary110001101011010011110010100110011110110101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B479; }

 p { color: rgb(198,180,121); }

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

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

 a { background-color: rgb(198,180,121); }

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

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

 span { border-color: rgb(198,180,121); }

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