Shades of Desert #96643F
Tints of Desert #96643F
RGB
CMYK
RGB Variations
Color information
#96643F (or 0x96643F) is known color: 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
| RGB | 150 | 100 | 63 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.41 |
| HSL | 25.52º | 0.41% | 0.42% | - |
| HSV(B) | 25.52º | 0.58% | 0.59% | - |
| XYZ | 18.03 | 15.96 | 6.83 | - |
| YUV | 110.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 63 | 0 | 0.33 | 0.58 | 0.41 | 25.52 | 0.41 | 0.42 |
| Hex | 96 | 64 | 3F | 0 | 21 | 3A | 29 | 1A | 29 | 2A |
| Octal | 226 | 144 | 77 | 0 | 41 | 72 | 51 | 32 | 51 | 52 |
| Binary | 10010110 | 1100100 | 111111 | 0 | 100001 | 111010 | 101001 | 11010 | 101001 | 101010 |
Color Harmonies of #96643F
Complementary color
Monochromatic Colors of #96643F
Black with #96643F
Text Example
Text Example
White with #96643F
Text Example
Text Example
HTML Codes & Css Web 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>