#96643F

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

Shades of Desert #96643F

Tints of Desert #96643F

Color information

#96643F (or 0x96643F) is unknown color: approx Desert. HEX triplet: 96, 64 and 3F. RGB value is (150,100,63). Sum of RGB (Red+Green+Blue) = 150+100+63=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96643F is #699BC0. Grayscale: #6E6E6E. Windows color (decimal): -6921153 or 4154518. OLE color: 4154518.

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

Color convert

RGB15010063-
CMYK00.330.580.41
HSL25.52º40.85%41.76%-
HSV(B)25.52º58%58.82%-
XYZ18.0315.966.83-
YUV110.73101.06156.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 63 (25% from 255) = 20.13%
R=47.92%
G=31.95%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501006300.330.580.4125.5240.8541.76
Hex96643F0213A291a292a
Octal226144770417251325152
Binary100101101100100111111010000111101010100111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96643F; }

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

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

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

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

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

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

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

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