Shades of Desert #97623C
Tints of Desert #97623C
RGB
CMYK
RGB Variations
Color information
#97623C (or 0x97623C) is known color: Desert. HEX triplet: 97, 62 and 3C. RGB value is (151,98,60). Sum of RGB (Red+Green+Blue) = 151+98+60=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97623C is #689DC3. Grayscale: #6D6D6D. Windows color (decimal): -6856132 or 3957399. OLE color: 3957399.
HSL color Cylindrical-coordinate representation of color #97623C: hue angle of 25.05º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97623C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 60 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.41 |
| HSL | 25.05º | 0.43% | 0.41% | - |
| HSV(B) | 25.05º | 0.6% | 0.59% | - |
| XYZ | 17.95 | 15.64 | 6.35 | - |
| YUV | 109.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 60 | 0 | 0.35 | 0.60 | 0.41 | 25.05 | 0.43 | 0.41 |
| Hex | 97 | 62 | 3C | 0 | 23 | 3C | 29 | 19 | 2B | 29 |
| Octal | 227 | 142 | 74 | 0 | 43 | 74 | 51 | 31 | 53 | 51 |
| Binary | 10010111 | 1100010 | 111100 | 0 | 100011 | 111100 | 101001 | 11001 | 101011 | 101001 |
Color Harmonies of #97623C
Complementary color
Monochromatic Colors of #97623C
Black with #97623C
Text Example
Text Example
White with #97623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97623C; }
p { color: rgb(151,98,60); }
H1.HeaderClassName
{
color: #97623C;
}
.AnyTagClassName
{
color: #97623C;
}
</style>
background-color css
<style>
a { background-color: #97623C; }
a { background-color: rgb(151,98,60); }
div.DivClassName
{
background-color: #97623C;
}
.BgClassName
{
background-color: #97623C;
}
</style>
border-color css
<style>
span { border-color: #97623C; }
span { border-color: rgb(151,98,60); }
td.TdClassName
{
border-color: #97623C;
}
.TagClassName
{
border-color: #97623C;
}
</style>