#C6AD84

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

Shades of Ecru #C6AD84

Tints of Ecru #C6AD84

Color information

#C6AD84 (or 0xC6AD84) is unknown color: approx Ecru. HEX triplet: C6, AD and 84. RGB value is (198,173,132). Sum of RGB (Red+Green+Blue) = 198+173+132=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD84 is #39527B. Grayscale: #AFAFAF. Windows color (decimal): -3756668 or 8695238. OLE color: 8695238.

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

Color convert

RGB198173132-
CMYK00.130.330.22
HSL37.27º36.67%64.71%-
HSV(B)37.27º33.33%77.65%-
XYZ42.443.5628-
YUV175.8103.28143.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=39.36%
G=34.39%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817313200.130.330.2237.2736.6764.71
HexC6AD840D2116252541
Octal30625520401541264545101
Binary11000110101011011000010001101100001101101001011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD84; }

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

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

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

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

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

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

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

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