#996955

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

Shades of Dark Tan #996955

Tints of Dark Tan #996955

Color information

#996955 (or 0x996955) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 55. RGB value is (153,105,85). Sum of RGB (Red+Green+Blue) = 153+105+85=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996955 is #6696AA. Grayscale: #757575. Windows color (decimal): -6723243 or 5597593. OLE color: 5597593.

HSL color Cylindrical-coordinate representation of color #996955: hue angle of 17.65º 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 #996955 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310585-
CMYK00.310.440.4
HSL17.65º28.57%46.67%-
HSV(B)17.65º44.44%60%-
XYZ19.8317.5310.93-
YUV117.07109.9153.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=44.61%
G=30.61%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531058500.310.440.417.6528.5746.67
Hex99695501F2C28121d2f
Octal2311511250375450223557
Binary10011001110100110101010111111011001010001001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996955; }

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

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

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

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

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

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

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

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