#966240

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

Shades of Desert #966240

Tints of Desert #966240

Color information

#966240 (or 0x966240) is unknown color: approx Desert. HEX triplet: 96, 62 and 40. RGB value is (150,98,64). Sum of RGB (Red+Green+Blue) = 150+98+64=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966240 is #699DBF. Grayscale: #6D6D6D. Windows color (decimal): -6921664 or 4219542. OLE color: 4219542.

HSL color Cylindrical-coordinate representation of color #966240: hue angle of 23.72º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966240 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1509864-
CMYK00.350.570.41
HSL23.72º40.19%41.96%-
HSV(B)23.72º57.33%58.82%-
XYZ17.8715.596.92-
YUV109.67102.23156.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=48.08%
G=31.41%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150986400.350.570.4123.7240.1941.96
Hex966240023392918282a
Octal2261421000437151305052
Binary1001011011000101000000010001111100110100111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966240; }

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

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

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

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

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

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

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

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