Shades of Chocolate #C06A10
Tints of Chocolate #C06A10
RGB
CMYK
RGB Variations
Color information
#C06A10 (or 0xC06A10) is known color: Chocolate. HEX triplet: C0, 6A and 10. RGB value is (192,106,16). Sum of RGB (Red+Green+Blue) = 192+106+16=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A10 is #3F95EF. Grayscale: #797979. Windows color (decimal): -4167152 or 1075904. OLE color: 1075904.
HSL color Cylindrical-coordinate representation of color #C06A10: hue angle of 30.68º 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 #C06A10 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.25 |
| HSL | 30.68º | 0.85% | 0.41% | - |
| HSV(B) | 30.68º | 0.92% | 0.75% | - |
| XYZ | 26.99 | 21.55 | 3.23 | - |
| YUV | 121.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 16 | 0 | 0.45 | 0.92 | 0.25 | 30.68 | 0.85 | 0.41 |
| Hex | C0 | 6A | 10 | 0 | 2D | 5C | 19 | 1F | 55 | 29 |
| Octal | 300 | 152 | 20 | 0 | 55 | 134 | 31 | 37 | 125 | 51 |
| Binary | 11000000 | 1101010 | 10000 | 0 | 101101 | 1011100 | 11001 | 11111 | 1010101 | 101001 |
Color Harmonies of #C06A10
Complementary color
Monochromatic Colors of #C06A10
Black with #C06A10
Text Example
Text Example
White with #C06A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A10; }
p { color: rgb(192,106,16); }
H1.HeaderClassName
{
color: #C06A10;
}
.AnyTagClassName
{
color: #C06A10;
}
</style>
background-color css
<style>
a { background-color: #C06A10; }
a { background-color: rgb(192,106,16); }
div.DivClassName
{
background-color: #C06A10;
}
.BgClassName
{
background-color: #C06A10;
}
</style>
border-color css
<style>
span { border-color: #C06A10; }
span { border-color: rgb(192,106,16); }
td.TdClassName
{
border-color: #C06A10;
}
.TagClassName
{
border-color: #C06A10;
}
</style>