Shades of Desert #99613C
Tints of Desert #99613C
RGB
CMYK
RGB Variations
Color information
#99613C (or 0x99613C) is known color: Desert. HEX triplet: 99, 61 and 3C. RGB value is (153,97,60). Sum of RGB (Red+Green+Blue) = 153+97+60=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99613C is #669EC3. Grayscale: #6D6D6D. Windows color (decimal): -6725316 or 3957145. OLE color: 3957145.
HSL color Cylindrical-coordinate representation of color #99613C: hue angle of 23.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99613C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 60 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.4 |
| HSL | 23.87º | 0.44% | 0.42% | - |
| HSV(B) | 23.87º | 0.61% | 0.6% | - |
| XYZ | 18.23 | 15.65 | 6.33 | - |
| YUV | 109.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 60 | 0 | 0.37 | 0.61 | 0.4 | 23.87 | 0.44 | 0.42 |
| Hex | 99 | 61 | 3C | 0 | 25 | 3D | 28 | 18 | 2C | 2A |
| Octal | 231 | 141 | 74 | 0 | 45 | 75 | 50 | 30 | 54 | 52 |
| Binary | 10011001 | 1100001 | 111100 | 0 | 100101 | 111101 | 101000 | 11000 | 101100 | 101010 |
Color Harmonies of #99613C
Complementary color
Monochromatic Colors of #99613C
Black with #99613C
Text Example
Text Example
White with #99613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99613C; }
p { color: rgb(153,97,60); }
H1.HeaderClassName
{
color: #99613C;
}
.AnyTagClassName
{
color: #99613C;
}
</style>
background-color css
<style>
a { background-color: #99613C; }
a { background-color: rgb(153,97,60); }
div.DivClassName
{
background-color: #99613C;
}
.BgClassName
{
background-color: #99613C;
}
</style>
border-color css
<style>
span { border-color: #99613C; }
span { border-color: rgb(153,97,60); }
td.TdClassName
{
border-color: #99613C;
}
.TagClassName
{
border-color: #99613C;
}
</style>