Shades of Desert #98633C
Tints of Desert #98633C
RGB
CMYK
RGB Variations
Color information
#98633C (or 0x98633C) is known color: Desert. HEX triplet: 98, 63 and 3C. RGB value is (152,99,60). Sum of RGB (Red+Green+Blue) = 152+99+60=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98633C is #679CC3. Grayscale: #6E6E6E. Windows color (decimal): -6790340 or 3957656. OLE color: 3957656.
HSL color Cylindrical-coordinate representation of color #98633C: hue angle of 25.43º degrees, saturation: 0.43, 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 #98633C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 60 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.40 |
| HSL | 25.43º | 0.43% | 0.42% | - |
| HSV(B) | 25.43º | 0.61% | 0.6% | - |
| XYZ | 18.23 | 15.93 | 6.39 | - |
| YUV | 110.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 60 | 0 | 0.35 | 0.61 | 0.40 | 25.43 | 0.43 | 0.42 |
| Hex | 98 | 63 | 3C | 0 | 23 | 3D | 28 | 19 | 2B | 2A |
| Octal | 230 | 143 | 74 | 0 | 43 | 75 | 50 | 31 | 53 | 52 |
| Binary | 10011000 | 1100011 | 111100 | 0 | 100011 | 111101 | 101000 | 11001 | 101011 | 101010 |
Color Harmonies of #98633C
Complementary color
Monochromatic Colors of #98633C
Black with #98633C
Text Example
Text Example
White with #98633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98633C; }
p { color: rgb(152,99,60); }
H1.HeaderClassName
{
color: #98633C;
}
.AnyTagClassName
{
color: #98633C;
}
</style>
background-color css
<style>
a { background-color: #98633C; }
a { background-color: rgb(152,99,60); }
div.DivClassName
{
background-color: #98633C;
}
.BgClassName
{
background-color: #98633C;
}
</style>
border-color css
<style>
span { border-color: #98633C; }
span { border-color: rgb(152,99,60); }
td.TdClassName
{
border-color: #98633C;
}
.TagClassName
{
border-color: #98633C;
}
</style>