Shades of Chocolate #C06510
Tints of Chocolate #C06510
RGB
CMYK
RGB Variations
Color information
#C06510 (or 0xC06510) is known color: Chocolate. HEX triplet: C0, 65 and 10. RGB value is (192,101,16). Sum of RGB (Red+Green+Blue) = 192+101+16=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06510 is #3F9AEF. Grayscale: #767676. Windows color (decimal): -4168432 or 1074624. OLE color: 1074624.
HSL color Cylindrical-coordinate representation of color #C06510: hue angle of 28.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C06510 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.25 |
| HSL | 28.98º | 0.85% | 0.41% | - |
| HSV(B) | 28.98º | 0.92% | 0.75% | - |
| XYZ | 26.49 | 20.55 | 3.06 | - |
| YUV | 118.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 16 | 0 | 0.47 | 0.92 | 0.25 | 28.98 | 0.85 | 0.41 |
| Hex | C0 | 65 | 10 | 0 | 2F | 5C | 19 | 1D | 55 | 29 |
| Octal | 300 | 145 | 20 | 0 | 57 | 134 | 31 | 35 | 125 | 51 |
| Binary | 11000000 | 1100101 | 10000 | 0 | 101111 | 1011100 | 11001 | 11101 | 1010101 | 101001 |
Color Harmonies of #C06510
Complementary color
Monochromatic Colors of #C06510
Black with #C06510
Text Example
Text Example
White with #C06510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06510; }
p { color: rgb(192,101,16); }
H1.HeaderClassName
{
color: #C06510;
}
.AnyTagClassName
{
color: #C06510;
}
</style>
background-color css
<style>
a { background-color: #C06510; }
a { background-color: rgb(192,101,16); }
div.DivClassName
{
background-color: #C06510;
}
.BgClassName
{
background-color: #C06510;
}
</style>
border-color css
<style>
span { border-color: #C06510; }
span { border-color: rgb(192,101,16); }
td.TdClassName
{
border-color: #C06510;
}
.TagClassName
{
border-color: #C06510;
}
</style>