Shades of Desert #99623C
Tints of Desert #99623C
RGB
CMYK
RGB Variations
Color information
#99623C (or 0x99623C) is known color: Desert. HEX triplet: 99, 62 and 3C. RGB value is (153,98,60). Sum of RGB (Red+Green+Blue) = 153+98+60=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99623C is #669DC3. Grayscale: #6E6E6E. Windows color (decimal): -6725060 or 3957401. OLE color: 3957401.
HSL color Cylindrical-coordinate representation of color #99623C: hue angle of 24.52º 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 #99623C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 60 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.4 |
| HSL | 24.52º | 0.44% | 0.42% | - |
| HSV(B) | 24.52º | 0.61% | 0.6% | - |
| XYZ | 18.32 | 15.83 | 6.37 | - |
| YUV | 110.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 60 | 0 | 0.36 | 0.61 | 0.4 | 24.52 | 0.44 | 0.42 |
| Hex | 99 | 62 | 3C | 0 | 24 | 3D | 28 | 19 | 2C | 2A |
| Octal | 231 | 142 | 74 | 0 | 44 | 75 | 50 | 31 | 54 | 52 |
| Binary | 10011001 | 1100010 | 111100 | 0 | 100100 | 111101 | 101000 | 11001 | 101100 | 101010 |
Color Harmonies of #99623C
Complementary color
Monochromatic Colors of #99623C
Black with #99623C
Text Example
Text Example
White with #99623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99623C; }
p { color: rgb(153,98,60); }
H1.HeaderClassName
{
color: #99623C;
}
.AnyTagClassName
{
color: #99623C;
}
</style>
background-color css
<style>
a { background-color: #99623C; }
a { background-color: rgb(153,98,60); }
div.DivClassName
{
background-color: #99623C;
}
.BgClassName
{
background-color: #99623C;
}
</style>
border-color css
<style>
span { border-color: #99623C; }
span { border-color: rgb(153,98,60); }
td.TdClassName
{
border-color: #99623C;
}
.TagClassName
{
border-color: #99623C;
}
</style>