Shades of Desert #99673C
Tints of Desert #99673C
RGB
CMYK
RGB Variations
Color information
#99673C (or 0x99673C) is known color: Desert. HEX triplet: 99, 67 and 3C. RGB value is (153,103,60). Sum of RGB (Red+Green+Blue) = 153+103+60=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99673C is #6698C3. Grayscale: #717171. Windows color (decimal): -6723780 or 3958681. OLE color: 3958681.
HSL color Cylindrical-coordinate representation of color #99673C: hue angle of 27.74º 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 #99673C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 60 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.4 |
| HSL | 27.74º | 0.44% | 0.42% | - |
| HSV(B) | 27.74º | 0.61% | 0.6% | - |
| XYZ | 18.8 | 16.8 | 6.53 | - |
| YUV | 113.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 60 | 0 | 0.33 | 0.61 | 0.4 | 27.74 | 0.44 | 0.42 |
| Hex | 99 | 67 | 3C | 0 | 21 | 3D | 28 | 1C | 2C | 2A |
| Octal | 231 | 147 | 74 | 0 | 41 | 75 | 50 | 34 | 54 | 52 |
| Binary | 10011001 | 1100111 | 111100 | 0 | 100001 | 111101 | 101000 | 11100 | 101100 | 101010 |
Color Harmonies of #99673C
Complementary color
Monochromatic Colors of #99673C
Black with #99673C
Text Example
Text Example
White with #99673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99673C; }
p { color: rgb(153,103,60); }
H1.HeaderClassName
{
color: #99673C;
}
.AnyTagClassName
{
color: #99673C;
}
</style>
background-color css
<style>
a { background-color: #99673C; }
a { background-color: rgb(153,103,60); }
div.DivClassName
{
background-color: #99673C;
}
.BgClassName
{
background-color: #99673C;
}
</style>
border-color css
<style>
span { border-color: #99673C; }
span { border-color: rgb(153,103,60); }
td.TdClassName
{
border-color: #99673C;
}
.TagClassName
{
border-color: #99673C;
}
</style>