#966241

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

Shades of Desert #966241

Tints of Desert #966241

Color information

#966241 (or 0x966241) is unknown color: approx Desert. HEX triplet: 96, 62 and 41. RGB value is (150,98,65). Sum of RGB (Red+Green+Blue) = 150+98+65=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #966241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966241 is #699DBE. Grayscale: #6D6D6D. Windows color (decimal): -6921663 or 4285078. OLE color: 4285078.

HSL color Cylindrical-coordinate representation of color #966241: hue angle of 23.29º 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 #966241 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1509865-
CMYK00.350.570.41
HSL23.29º39.53%42.16%-
HSV(B)23.29º56.67%58.82%-
XYZ17.915.67.07-
YUV109.79102.73156.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=47.92%
G=31.31%
B=20.77%

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
Decimal150986500.350.570.4123.2939.5342.16
Hex966241023392917282a
Octal2261421010437151275052
Binary1001011011000101000001010001111100110100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966241; }

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

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

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

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

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

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

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

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