#d6a65b

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

Shades of Apache #D6A65B

Tints of Apache #D6A65B

Color information

#D6A65B (or 0xD6A65B) is unknown color: approx Apache. HEX triplet: D6, A6 and 5B. RGB value is (214,166,91). Sum of RGB (Red+Green+Blue) = 214+166+91=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A65B is #2959A4. Grayscale: #ACACAC. Windows color (decimal): -2709925 or 6006486. OLE color: 6006486.

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

Color convert

RGB21416691-
CMYK00.220.570.16
HSL36.59º60%59.8%-
HSV(B)36.59º57.48%83.92%-
XYZ43.2642.3215.79-
YUV171.882.4158.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=45.44%
G=35.24%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141669100.220.570.1636.596059.8
HexD6A65B0163910253c3c
Octal3262461330267120457474
Binary1101011010100110101101101011011100110000100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6a65b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6a65b; }

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

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

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

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

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

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

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

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