#D6AB62

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

Shades of Apache #D6AB62

Tints of Apache #D6AB62

Color information

#D6AB62 (or 0xD6AB62) is unknown color: approx Apache. HEX triplet: D6, AB and 62. RGB value is (214,171,98). Sum of RGB (Red+Green+Blue) = 214+171+98=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB62 is #29549D. Grayscale: #AFAFAF. Windows color (decimal): -2708638 or 6466518. OLE color: 6466518.

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

Color convert

RGB21417198-
CMYK00.200.540.16
HSL37.76º58.59%61.18%-
HSV(B)37.76º54.21%83.92%-
XYZ44.544.317.76-
YUV175.5484.25155.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=44.31%
G=35.40%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141719800.200.540.1637.7658.5961.18
HexD6AB620143610263b3d
Octal3262531420246620467375
Binary1101011010101011110001001010011011010000100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB62; }

 p { color: rgb(214,171,98); }

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

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

 a { background-color: rgb(214,171,98); }

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

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

 span { border-color: rgb(214,171,98); }

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