Shades of Chocolate #C06517
Tints of Chocolate #C06517
RGB
CMYK
RGB Variations
Color information
#C06517 (or 0xC06517) is known color: Chocolate. HEX triplet: C0, 65 and 17. RGB value is (192,101,23). Sum of RGB (Red+Green+Blue) = 192+101+23=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06517 is #3F9AE8. Grayscale: #777777. Windows color (decimal): -4168425 or 1533376. OLE color: 1533376.
HSL color Cylindrical-coordinate representation of color #C06517: hue angle of 27.69º 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 #C06517 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 23 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.25 |
| HSL | 27.69º | 0.79% | 0.42% | - |
| HSV(B) | 27.69º | 0.88% | 0.75% | - |
| XYZ | 26.55 | 20.58 | 3.38 | - |
| YUV | 119.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 23 | 0 | 0.47 | 0.88 | 0.25 | 27.69 | 0.79 | 0.42 |
| Hex | C0 | 65 | 17 | 0 | 2F | 58 | 19 | 1C | 4F | 2A |
| Octal | 300 | 145 | 27 | 0 | 57 | 130 | 31 | 34 | 117 | 52 |
| Binary | 11000000 | 1100101 | 10111 | 0 | 101111 | 1011000 | 11001 | 11100 | 1001111 | 101010 |
Color Harmonies of #C06517
Complementary color
Monochromatic Colors of #C06517
Black with #C06517
Text Example
Text Example
White with #C06517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06517; }
p { color: rgb(192,101,23); }
H1.HeaderClassName
{
color: #C06517;
}
.AnyTagClassName
{
color: #C06517;
}
</style>
background-color css
<style>
a { background-color: #C06517; }
a { background-color: rgb(192,101,23); }
div.DivClassName
{
background-color: #C06517;
}
.BgClassName
{
background-color: #C06517;
}
</style>
border-color css
<style>
span { border-color: #C06517; }
span { border-color: rgb(192,101,23); }
td.TdClassName
{
border-color: #C06517;
}
.TagClassName
{
border-color: #C06517;
}
</style>