#C6B47C

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

Shades of Ecru #C6B47C

Tints of Ecru #C6B47C

Color information

#C6B47C (or 0xC6B47C) is unknown color: approx Ecru. HEX triplet: C6, B4 and 7C. RGB value is (198,180,124). Sum of RGB (Red+Green+Blue) = 198+180+124=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B47C is #394B83. Grayscale: #B3B3B3. Windows color (decimal): -3754884 or 8172742. OLE color: 8172742.

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

Color convert

RGB198180124-
CMYK00.090.370.22
HSL45.41º39.36%63.14%-
HSV(B)45.41º37.37%77.65%-
XYZ43.2546.125.69-
YUV17996.96141.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=39.44%
G=35.86%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818012400.090.370.2245.4139.3663.14
HexC6B47C0925162d273f
Octal3062641740114526554777
Binary110001101011010011111000100110010110110101101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B47C; }

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

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

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

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

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

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

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

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