Shades of Desert #99613F
Tints of Desert #99613F
RGB
CMYK
RGB Variations
Color information
#99613F (or 0x99613F) is known color: Desert. HEX triplet: 99, 61 and 3F. RGB value is (153,97,63). Sum of RGB (Red+Green+Blue) = 153+97+63=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99613F is #669EC0. Grayscale: #6E6E6E. Windows color (decimal): -6725313 or 4153753. OLE color: 4153753.
HSL color Cylindrical-coordinate representation of color #99613F: hue angle of 22.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99613F is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 63 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.4 |
| HSL | 22.67º | 0.42% | 0.42% | - |
| HSV(B) | 22.67º | 0.59% | 0.6% | - |
| XYZ | 18.31 | 15.68 | 6.76 | - |
| YUV | 109.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 63 | 0 | 0.37 | 0.59 | 0.4 | 22.67 | 0.42 | 0.42 |
| Hex | 99 | 61 | 3F | 0 | 25 | 3B | 28 | 17 | 2A | 2A |
| Octal | 231 | 141 | 77 | 0 | 45 | 73 | 50 | 27 | 52 | 52 |
| Binary | 10011001 | 1100001 | 111111 | 0 | 100101 | 111011 | 101000 | 10111 | 101010 | 101010 |
Color Harmonies of #99613F
Complementary color
Monochromatic Colors of #99613F
Black with #99613F
Text Example
Text Example
White with #99613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99613F; }
p { color: rgb(153,97,63); }
H1.HeaderClassName
{
color: #99613F;
}
.AnyTagClassName
{
color: #99613F;
}
</style>
background-color css
<style>
a { background-color: #99613F; }
a { background-color: rgb(153,97,63); }
div.DivClassName
{
background-color: #99613F;
}
.BgClassName
{
background-color: #99613F;
}
</style>
border-color css
<style>
span { border-color: #99613F; }
span { border-color: rgb(153,97,63); }
td.TdClassName
{
border-color: #99613F;
}
.TagClassName
{
border-color: #99613F;
}
</style>