Shades of Dixie #C98836
Tints of Dixie #C98836
RGB
CMYK
RGB Variations
Color information
#C98836 (or 0xC98836) is known color: Dixie. HEX triplet: C9, 88 and 36. RGB value is (201,136,54). Sum of RGB (Red+Green+Blue) = 201+136+54=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C98836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98836 is #3677C9. Grayscale: #929292. Windows color (decimal): -3569610 or 3573961. OLE color: 3573961.
HSL color Cylindrical-coordinate representation of color #C98836: hue angle of 33.47º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C98836 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 54 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.21 |
| HSL | 33.47º | 0.58% | 0.5% | - |
| HSV(B) | 33.47º | 0.73% | 0.79% | - |
| XYZ | 33.56 | 30.29 | 7.57 | - |
| YUV | 146.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 54 | 0 | 0.32 | 0.73 | 0.21 | 33.47 | 0.58 | 0.5 |
| Hex | C9 | 88 | 36 | 0 | 20 | 49 | 15 | 21 | 3A | 32 |
| Octal | 311 | 210 | 66 | 0 | 40 | 111 | 25 | 41 | 72 | 62 |
| Binary | 11001001 | 10001000 | 110110 | 0 | 100000 | 1001001 | 10101 | 100001 | 111010 | 110010 |
Color Harmonies of #C98836
Complementary color
Monochromatic Colors of #C98836
Black with #C98836
Text Example
Text Example
White with #C98836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98836; }
p { color: rgb(201,136,54); }
H1.HeaderClassName
{
color: #C98836;
}
.AnyTagClassName
{
color: #C98836;
}
</style>
background-color css
<style>
a { background-color: #C98836; }
a { background-color: rgb(201,136,54); }
div.DivClassName
{
background-color: #C98836;
}
.BgClassName
{
background-color: #C98836;
}
</style>
border-color css
<style>
span { border-color: #C98836; }
span { border-color: rgb(201,136,54); }
td.TdClassName
{
border-color: #C98836;
}
.TagClassName
{
border-color: #C98836;
}
</style>