Shades of Chocolate #C06217
Tints of Chocolate #C06217
RGB
CMYK
RGB Variations
Color information
#C06217 (or 0xC06217) is known color: Chocolate. HEX triplet: C0, 62 and 17. RGB value is (192,98,23). Sum of RGB (Red+Green+Blue) = 192+98+23=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06217 is #3F9DE8. Grayscale: #757575. Windows color (decimal): -4169193 or 1532608. OLE color: 1532608.
HSL color Cylindrical-coordinate representation of color #C06217: hue angle of 26.63º 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 #C06217 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 23 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.25 |
| HSL | 26.63º | 0.79% | 0.42% | - |
| HSV(B) | 26.63º | 0.88% | 0.75% | - |
| XYZ | 26.26 | 20 | 3.29 | - |
| YUV | 117.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 23 | 0 | 0.49 | 0.88 | 0.25 | 26.63 | 0.79 | 0.42 |
| Hex | C0 | 62 | 17 | 0 | 31 | 58 | 19 | 1B | 4F | 2A |
| Octal | 300 | 142 | 27 | 0 | 61 | 130 | 31 | 33 | 117 | 52 |
| Binary | 11000000 | 1100010 | 10111 | 0 | 110001 | 1011000 | 11001 | 11011 | 1001111 | 101010 |
Color Harmonies of #C06217
Complementary color
Monochromatic Colors of #C06217
Black with #C06217
Text Example
Text Example
White with #C06217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06217; }
p { color: rgb(192,98,23); }
H1.HeaderClassName
{
color: #C06217;
}
.AnyTagClassName
{
color: #C06217;
}
</style>
background-color css
<style>
a { background-color: #C06217; }
a { background-color: rgb(192,98,23); }
div.DivClassName
{
background-color: #C06217;
}
.BgClassName
{
background-color: #C06217;
}
</style>
border-color css
<style>
span { border-color: #C06217; }
span { border-color: rgb(192,98,23); }
td.TdClassName
{
border-color: #C06217;
}
.TagClassName
{
border-color: #C06217;
}
</style>