#996539

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

Shades of Desert #996539

Tints of Desert #996539

Color information

#996539 (or 0x996539) is unknown color: approx Desert. HEX triplet: 99, 65 and 39. RGB value is (153,101,57). Sum of RGB (Red+Green+Blue) = 153+101+57=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996539 is #669AC6. Grayscale: #6F6F6F. Windows color (decimal): -6724295 or 3761561. OLE color: 3761561.

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

Color convert

RGB15310157-
CMYK00.340.630.4
HSL27.5º45.71%41.18%-
HSV(B)27.5º62.75%60%-
XYZ18.5316.386.06-
YUV111.5397.23157.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=49.20%
G=32.48%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531015700.340.630.427.545.7141.18
Hex9965390223F281c2e29
Octal231145710427750345651
Binary100110011100101111001010001011111110100011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996539; }

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

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

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

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

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

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

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

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