#C6AD82

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

Shades of Ecru #C6AD82

Tints of Ecru #C6AD82

Color information

#C6AD82 (or 0xC6AD82) is unknown color: approx Ecru. HEX triplet: C6, AD and 82. RGB value is (198,173,130). Sum of RGB (Red+Green+Blue) = 198+173+130=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD82 is #39527D. Grayscale: #AFAFAF. Windows color (decimal): -3756670 or 8564166. OLE color: 8564166.

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

Color convert

RGB198173130-
CMYK00.130.340.22
HSL37.94º37.36%64.31%-
HSV(B)37.94º34.34%77.65%-
XYZ42.2643.527.29-
YUV175.57102.28144-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=39.52%
G=34.53%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817313000.130.340.2237.9437.3664.31
HexC6AD820D2216262540
Octal30625520201542264645100
Binary11000110101011011000001001101100010101101001101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD82; }

 p { color: rgb(198,173,130); }

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

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

 a { background-color: rgb(198,173,130); }

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

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

 span { border-color: rgb(198,173,130); }

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