#996241

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

Shades of Desert #996241

Tints of Desert #996241

Color information

#996241 (or 0x996241) is unknown color: approx Desert. HEX triplet: 99, 62 and 41. RGB value is (153,98,65). Sum of RGB (Red+Green+Blue) = 153+98+65=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #996241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996241 is #669DBE. Grayscale: #6E6E6E. Windows color (decimal): -6725055 or 4285081. OLE color: 4285081.

HSL color Cylindrical-coordinate representation of color #996241: hue angle of 22.5º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996241 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1539865-
CMYK00.360.580.4
HSL22.5º40.37%42.75%-
HSV(B)22.5º57.52%60%-
XYZ18.4615.897.1-
YUV110.68102.22158.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=48.42%
G=31.01%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153986500.360.580.422.540.3742.75
Hex9962410243A2816282b
Octal2311421010447250265053
Binary1001100111000101000001010010011101010100010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996241; }

 p { color: rgb(153,98,65); }

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

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

 a { background-color: rgb(153,98,65); }

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

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

 span { border-color: rgb(153,98,65); }

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