#D6A656

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

Shades of Apache #D6A656

Tints of Apache #D6A656

Color information

#D6A656 (or 0xD6A656) is unknown color: approx Apache. HEX triplet: D6, A6 and 56. RGB value is (214,166,86). Sum of RGB (Red+Green+Blue) = 214+166+86=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A656 is #2959A9. Grayscale: #ABABAB. Windows color (decimal): -2709930 or 5678806. OLE color: 5678806.

HSL color Cylindrical-coordinate representation of color #D6A656: hue angle of 37.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6A656 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21416686-
CMYK00.220.600.16
HSL37.5º60.95%58.82%-
HSV(B)37.5º59.81%83.92%-
XYZ43.0542.2414.69-
YUV171.2379.9158.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.92%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=45.92%
G=35.62%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141668600.220.600.1637.560.9558.82
HexD6A6560163C10263d3b
Octal3262461260267420467573
Binary1101011010100110101011001011011110010000100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A656; }

 p { color: rgb(214,166,86); }

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

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

 a { background-color: rgb(214,166,86); }

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

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

 span { border-color: rgb(214,166,86); }

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