#D6A660

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

Shades of Apache #D6A660

Tints of Apache #D6A660

Color information

#D6A660 (or 0xD6A660) is unknown color: approx Apache. HEX triplet: D6, A6 and 60. RGB value is (214,166,96). Sum of RGB (Red+Green+Blue) = 214+166+96=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A660 is #29599F. Grayscale: #ACACAC. Windows color (decimal): -2709920 or 6334166. OLE color: 6334166.

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

Color convert

RGB21416696-
CMYK00.220.550.16
HSL35.59º59%60.78%-
HSV(B)35.59º55.14%83.92%-
XYZ43.4842.4116.96-
YUV172.3784.9157.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=44.96%
G=34.87%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141669600.220.550.1635.595960.78
HexD6A6600163710243b3d
Octal3262461400266720447375
Binary1101011010100110110000001011011011110000100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A660; }

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

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

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

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

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

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

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

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