#996B55

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

Shades of Dark Tan #996B55

Tints of Dark Tan #996B55

Color information

#996B55 (or 0x996B55) is unknown color: approx Dark Tan. HEX triplet: 99, 6B and 55. RGB value is (153,107,85). Sum of RGB (Red+Green+Blue) = 153+107+85=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B55 is #6694AA. Grayscale: #767676. Windows color (decimal): -6722731 or 5598105. OLE color: 5598105.

HSL color Cylindrical-coordinate representation of color #996B55: hue angle of 19.41º degrees, saturation: 0.29, 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 #996B55 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310785-
CMYK00.300.440.4
HSL19.41º28.57%46.67%-
HSV(B)19.41º44.44%60%-
XYZ20.0317.9411-
YUV118.25109.24152.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=44.35%
G=31.01%
B=24.64%

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
Decimal1531078500.300.440.419.4128.5746.67
Hex996B5501E2C28131d2f
Octal2311531250365450233557
Binary10011001110101110101010111101011001010001001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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