#D6AC61

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

Shades of Apache #D6AC61

Tints of Apache #D6AC61

Color information

#D6AC61 (or 0xD6AC61) is unknown color: approx Apache. HEX triplet: D6, AC and 61. RGB value is (214,172,97). Sum of RGB (Red+Green+Blue) = 214+172+97=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC61 is #29539E. Grayscale: #B0B0B0. Windows color (decimal): -2708383 or 6401238. OLE color: 6401238.

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

Color convert

RGB21417297-
CMYK00.200.550.16
HSL38.46º58.79%60.98%-
HSV(B)38.46º54.67%83.92%-
XYZ44.6444.6617.58-
YUV176.0183.41155.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=44.31%
G=35.61%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141729700.200.550.1638.4658.7960.98
HexD6AC610143710263b3d
Octal3262541410246720467375
Binary1101011010101100110000101010011011110000100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC61; }

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

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

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

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

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

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

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

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