#966441

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

Shades of Desert #966441

Tints of Desert #966441

Color information

#966441 (or 0x966441) is unknown color: approx Desert. HEX triplet: 96, 64 and 41. RGB value is (150,100,65). Sum of RGB (Red+Green+Blue) = 150+100+65=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966441 is #699BBE. Grayscale: #6F6F6F. Windows color (decimal): -6921151 or 4285590. OLE color: 4285590.

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

Color convert

RGB15010065-
CMYK00.330.570.41
HSL24.71º39.53%42.16%-
HSV(B)24.71º56.67%58.82%-
XYZ18.0915.987.13-
YUV110.96102.06155.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=47.62%
G=31.75%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501006500.330.570.4124.7139.5342.16
Hex966441021392919282a
Octal2261441010417151315052
Binary1001011011001001000001010000111100110100111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966441; }

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

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

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

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

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

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

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

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