#D6A361

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

Shades of Apache #D6A361

Tints of Apache #D6A361

Color information

#D6A361 (or 0xD6A361) is unknown color: approx Apache. HEX triplet: D6, A3 and 61. RGB value is (214,163,97). Sum of RGB (Red+Green+Blue) = 214+163+97=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A361 is #295C9E. Grayscale: #ABABAB. Windows color (decimal): -2710687 or 6398934. OLE color: 6398934.

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

Color convert

RGB21416397-
CMYK00.240.550.16
HSL33.85º58.79%60.98%-
HSV(B)33.85º54.67%83.92%-
XYZ42.9941.3517.03-
YUV170.7286.4158.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=45.15%
G=34.39%
B=20.46%

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
Decimal2141639700.240.550.1633.8558.7960.98
HexD6A3610183710223b3d
Octal3262431410306720427375
Binary1101011010100011110000101100011011110000100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A361; }

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

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

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

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

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

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

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

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