Shades of Chocolate #C06B10
Tints of Chocolate #C06B10
RGB
CMYK
RGB Variations
Color information
#C06B10 (or 0xC06B10) is known color: Chocolate. HEX triplet: C0, 6B and 10. RGB value is (192,107,16). Sum of RGB (Red+Green+Blue) = 192+107+16=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B10 is #3F94EF. Grayscale: #7A7A7A. Windows color (decimal): -4166896 or 1076160. OLE color: 1076160.
HSL color Cylindrical-coordinate representation of color #C06B10: hue angle of 31.02º 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 #C06B10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.25 |
| HSL | 31.02º | 0.85% | 0.41% | - |
| HSV(B) | 31.02º | 0.92% | 0.75% | - |
| XYZ | 27.09 | 21.76 | 3.26 | - |
| YUV | 122.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 16 | 0 | 0.44 | 0.92 | 0.25 | 31.02 | 0.85 | 0.41 |
| Hex | C0 | 6B | 10 | 0 | 2C | 5C | 19 | 1F | 55 | 29 |
| Octal | 300 | 153 | 20 | 0 | 54 | 134 | 31 | 37 | 125 | 51 |
| Binary | 11000000 | 1101011 | 10000 | 0 | 101100 | 1011100 | 11001 | 11111 | 1010101 | 101001 |
Color Harmonies of #C06B10
Complementary color
Monochromatic Colors of #C06B10
Black with #C06B10
Text Example
Text Example
White with #C06B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B10; }
p { color: rgb(192,107,16); }
H1.HeaderClassName
{
color: #C06B10;
}
.AnyTagClassName
{
color: #C06B10;
}
</style>
background-color css
<style>
a { background-color: #C06B10; }
a { background-color: rgb(192,107,16); }
div.DivClassName
{
background-color: #C06B10;
}
.BgClassName
{
background-color: #C06B10;
}
</style>
border-color css
<style>
span { border-color: #C06B10; }
span { border-color: rgb(192,107,16); }
td.TdClassName
{
border-color: #C06B10;
}
.TagClassName
{
border-color: #C06B10;
}
</style>