#996240

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

Shades of Desert #996240

Tints of Desert #996240

Color information

#996240 (or 0x996240) is unknown color: approx Desert. HEX triplet: 99, 62 and 40. RGB value is (153,98,64). Sum of RGB (Red+Green+Blue) = 153+98+64=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996240 is #669DBF. Grayscale: #6E6E6E. Windows color (decimal): -6725056 or 4219545. OLE color: 4219545.

HSL color Cylindrical-coordinate representation of color #996240: hue angle of 22.92º degrees, saturation: 0.41, 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 #996240 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1539864-
CMYK00.360.580.4
HSL22.92º41.01%42.55%-
HSV(B)22.92º58.17%60%-
XYZ18.4315.886.94-
YUV110.57101.72158.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=48.57%
G=31.11%
B=20.32%

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
Decimal153986400.360.580.422.9241.0142.55
Hex9962400243A2817292b
Octal2311421000447250275153
Binary1001100111000101000000010010011101010100010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996240; }

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

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

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

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

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

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

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

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