#D6A261

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

Shades of Apache #D6A261

Tints of Apache #D6A261

Color information

#D6A261 (or 0xD6A261) is unknown color: approx Apache. HEX triplet: D6, A2 and 61. RGB value is (214,162,97). Sum of RGB (Red+Green+Blue) = 214+162+97=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A261 is #295D9E. Grayscale: #AAAAAA. Windows color (decimal): -2710943 or 6398678. OLE color: 6398678.

HSL color Cylindrical-coordinate representation of color #D6A261: hue angle of 33.33º 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 #D6A261 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21416297-
CMYK00.240.550.16
HSL33.33º58.79%60.98%-
HSV(B)33.33º54.67%83.92%-
XYZ42.814116.97-
YUV170.1486.73159.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=45.24%
G=34.25%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141629700.240.550.1633.3358.7960.98
HexD6A2610183710213b3d
Octal3262421410306720417375
Binary1101011010100010110000101100011011110000100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A261; }

 p { color: rgb(214,162,97); }

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

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

 a { background-color: rgb(214,162,97); }

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

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

 span { border-color: rgb(214,162,97); }

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