#96623F

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

Shades of Desert #96623F

Tints of Desert #96623F

Color information

#96623F (or 0x96623F) is unknown color: approx Desert. HEX triplet: 96, 62 and 3F. RGB value is (150,98,63). Sum of RGB (Red+Green+Blue) = 150+98+63=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96623F is #699DC0. Grayscale: #6D6D6D. Windows color (decimal): -6921665 or 4154006. OLE color: 4154006.

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

Color convert

RGB1509863-
CMYK00.350.580.41
HSL24.14º40.85%41.76%-
HSV(B)24.14º58%58.82%-
XYZ17.8415.586.77-
YUV109.56101.73156.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 63 (25% from 255) = 20.26%
R=48.23%
G=31.51%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150986300.350.580.4124.1440.8541.76
Hex96623F0233A2918292a
Octal226142770437251305152
Binary100101101100010111111010001111101010100111000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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