#996B56

Color #996B56 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #996B56

Tints of Dark Tan #996B56

Color information

#996B56 (or 0x996B56) is unknown color: approx Dark Tan. HEX triplet: 99, 6B and 56. RGB value is (153,107,86). Sum of RGB (Red+Green+Blue) = 153+107+86=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B56 is #6694A9. Grayscale: #767676. Windows color (decimal): -6722730 or 5663641. OLE color: 5663641.

HSL color Cylindrical-coordinate representation of color #996B56: hue angle of 18.81º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996B56 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310786-
CMYK00.300.440.4
HSL18.81º28.03%46.86%-
HSV(B)18.81º43.79%60%-
XYZ20.0717.9611.21-
YUV118.36109.74152.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=44.22%
G=30.92%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531078600.300.440.418.8128.0346.86
Hex996B5601E2C28131c2f
Octal2311531260365450233457
Binary10011001110101110101100111101011001010001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B56; }

 p { color: rgb(153,107,86); }

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

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

 a { background-color: rgb(153,107,86); }

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

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

 span { border-color: rgb(153,107,86); }

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