#D6A659

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

Shades of Apache #D6A659

Tints of Apache #D6A659

Color information

#D6A659 (or 0xD6A659) is unknown color: approx Apache. HEX triplet: D6, A6 and 59. RGB value is (214,166,89). Sum of RGB (Red+Green+Blue) = 214+166+89=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A659 is #2959A6. Grayscale: #ABABAB. Windows color (decimal): -2709927 or 5875414. OLE color: 5875414.

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

Color convert

RGB21416689-
CMYK00.220.580.16
HSL36.96º60.39%59.41%-
HSV(B)36.96º58.41%83.92%-
XYZ43.1742.2915.34-
YUV171.5781.4158.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 89 (35.16% from 255) = 18.98%
R=45.63%
G=35.39%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141668900.220.580.1636.9660.3959.41
HexD6A6590163A10253c3b
Octal3262461310267220457473
Binary1101011010100110101100101011011101010000100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A659; }

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

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

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

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

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

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

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

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