Shades of Chocolate #C06917
Tints of Chocolate #C06917
RGB
CMYK
RGB Variations
Color information
#C06917 (or 0xC06917) is known color: Chocolate. HEX triplet: C0, 69 and 17. RGB value is (192,105,23). Sum of RGB (Red+Green+Blue) = 192+105+23=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C06917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06917 is #3F96E8. Grayscale: #7A7A7A. Windows color (decimal): -4167401 or 1534400. OLE color: 1534400.
HSL color Cylindrical-coordinate representation of color #C06917: hue angle of 29.11º 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 #C06917 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.25 |
| HSL | 29.11º | 0.79% | 0.42% | - |
| HSV(B) | 29.11º | 0.88% | 0.75% | - |
| XYZ | 26.94 | 21.37 | 3.52 | - |
| YUV | 121.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 23 | 0 | 0.45 | 0.88 | 0.25 | 29.11 | 0.79 | 0.42 |
| Hex | C0 | 69 | 17 | 0 | 2D | 58 | 19 | 1D | 4F | 2A |
| Octal | 300 | 151 | 27 | 0 | 55 | 130 | 31 | 35 | 117 | 52 |
| Binary | 11000000 | 1101001 | 10111 | 0 | 101101 | 1011000 | 11001 | 11101 | 1001111 | 101010 |
Color Harmonies of #C06917
Complementary color
Monochromatic Colors of #C06917
Black with #C06917
Text Example
Text Example
White with #C06917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06917; }
p { color: rgb(192,105,23); }
H1.HeaderClassName
{
color: #C06917;
}
.AnyTagClassName
{
color: #C06917;
}
</style>
background-color css
<style>
a { background-color: #C06917; }
a { background-color: rgb(192,105,23); }
div.DivClassName
{
background-color: #C06917;
}
.BgClassName
{
background-color: #C06917;
}
</style>
border-color css
<style>
span { border-color: #C06917; }
span { border-color: rgb(192,105,23); }
td.TdClassName
{
border-color: #C06917;
}
.TagClassName
{
border-color: #C06917;
}
</style>