#D6A767

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

Shades of Apache #D6A767

Tints of Apache #D6A767

Color information

#D6A767 (or 0xD6A767) is unknown color: approx Apache. HEX triplet: D6, A7 and 67. RGB value is (214,167,103). Sum of RGB (Red+Green+Blue) = 214+167+103=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A767 is #295898. Grayscale: #AEAEAE. Windows color (decimal): -2709657 or 6793174. OLE color: 6793174.

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

Color convert

RGB214167103-
CMYK00.220.520.16
HSL34.59º57.51%62.16%-
HSV(B)34.59º51.87%83.92%-
XYZ4442.9118.8-
YUV173.7688.07156.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=44.21%
G=34.50%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416710300.220.520.1634.5957.5162.16
HexD6A7670163410233a3e
Octal3262471470266420437276
Binary1101011010100111110011101011011010010000100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A767; }

 p { color: rgb(214,167,103); }

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

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

 a { background-color: rgb(214,167,103); }

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

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

 span { border-color: rgb(214,167,103); }

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