Shades of Chocolate #C06817
Tints of Chocolate #C06817
RGB
CMYK
RGB Variations
Color information
#C06817 (or 0xC06817) is known color: Chocolate. HEX triplet: C0, 68 and 17. RGB value is (192,104,23). Sum of RGB (Red+Green+Blue) = 192+104+23=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06817 is #3F97E8. Grayscale: #797979. Windows color (decimal): -4167657 or 1534144. OLE color: 1534144.
HSL color Cylindrical-coordinate representation of color #C06817: hue angle of 28.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06817 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.25 |
| HSL | 28.76º | 0.79% | 0.42% | - |
| HSV(B) | 28.76º | 0.88% | 0.75% | - |
| XYZ | 26.84 | 21.17 | 3.48 | - |
| YUV | 121.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 23 | 0 | 0.46 | 0.88 | 0.25 | 28.76 | 0.79 | 0.42 |
| Hex | C0 | 68 | 17 | 0 | 2E | 58 | 19 | 1D | 4F | 2A |
| Octal | 300 | 150 | 27 | 0 | 56 | 130 | 31 | 35 | 117 | 52 |
| Binary | 11000000 | 1101000 | 10111 | 0 | 101110 | 1011000 | 11001 | 11101 | 1001111 | 101010 |
Color Harmonies of #C06817
Complementary color
Monochromatic Colors of #C06817
Black with #C06817
Text Example
Text Example
White with #C06817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06817; }
p { color: rgb(192,104,23); }
H1.HeaderClassName
{
color: #C06817;
}
.AnyTagClassName
{
color: #C06817;
}
</style>
background-color css
<style>
a { background-color: #C06817; }
a { background-color: rgb(192,104,23); }
div.DivClassName
{
background-color: #C06817;
}
.BgClassName
{
background-color: #C06817;
}
</style>
border-color css
<style>
span { border-color: #C06817; }
span { border-color: rgb(192,104,23); }
td.TdClassName
{
border-color: #C06817;
}
.TagClassName
{
border-color: #C06817;
}
</style>