Shades of Desert #9C693F
Tints of Desert #9C693F
RGB
CMYK
RGB Variations
Color information
#9C693F (or 0x9C693F) is known color: Desert. HEX triplet: 9C, 69 and 3F. RGB value is (156,105,63). Sum of RGB (Red+Green+Blue) = 156+105+63=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C693F is #6396C0. Grayscale: #737373. Windows color (decimal): -6526657 or 4155804. OLE color: 4155804.
HSL color Cylindrical-coordinate representation of color #9C693F: hue angle of 27.1º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C693F is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 63 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.39 |
| HSL | 27.1º | 0.42% | 0.43% | - |
| HSV(B) | 27.1º | 0.6% | 0.61% | - |
| XYZ | 19.66 | 17.53 | 7.05 | - |
| YUV | 115.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 63 | 0 | 0.33 | 0.60 | 0.39 | 27.1 | 0.42 | 0.43 |
| Hex | 9C | 69 | 3F | 0 | 21 | 3C | 27 | 1B | 2A | 2B |
| Octal | 234 | 151 | 77 | 0 | 41 | 74 | 47 | 33 | 52 | 53 |
| Binary | 10011100 | 1101001 | 111111 | 0 | 100001 | 111100 | 100111 | 11011 | 101010 | 101011 |
Color Harmonies of #9C693F
Complementary color
Monochromatic Colors of #9C693F
Black with #9C693F
Text Example
Text Example
White with #9C693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C693F; }
p { color: rgb(156,105,63); }
H1.HeaderClassName
{
color: #9C693F;
}
.AnyTagClassName
{
color: #9C693F;
}
</style>
background-color css
<style>
a { background-color: #9C693F; }
a { background-color: rgb(156,105,63); }
div.DivClassName
{
background-color: #9C693F;
}
.BgClassName
{
background-color: #9C693F;
}
</style>
border-color css
<style>
span { border-color: #9C693F; }
span { border-color: rgb(156,105,63); }
td.TdClassName
{
border-color: #9C693F;
}
.TagClassName
{
border-color: #9C693F;
}
</style>