#996550

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

Shades of Dark Tan #996550

Tints of Dark Tan #996550

Color information

#996550 (or 0x996550) is unknown color: approx Dark Tan. HEX triplet: 99, 65 and 50. RGB value is (153,101,80). Sum of RGB (Red+Green+Blue) = 153+101+80=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996550 is #669AAF. Grayscale: #727272. Windows color (decimal): -6724272 or 5268889. OLE color: 5268889.

HSL color Cylindrical-coordinate representation of color #996550: hue angle of 17.26º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996550 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15310180-
CMYK00.340.480.4
HSL17.26º31.33%45.69%-
HSV(B)17.26º47.71%60%-
XYZ19.2416.669.79-
YUV114.15108.73155.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=45.81%
G=30.24%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531018000.340.480.417.2631.3345.69
Hex9965500223028111f2e
Octal2311451200426050213756
Binary100110011100101101000001000101100001010001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996550; }

 p { color: rgb(153,101,80); }

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

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

 a { background-color: rgb(153,101,80); }

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

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

 span { border-color: rgb(153,101,80); }

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