Shades of Chocolate #C06715
Tints of Chocolate #C06715
RGB
CMYK
RGB Variations
Color information
#C06715 (or 0xC06715) is known color: Chocolate. HEX triplet: C0, 67 and 15. RGB value is (192,103,21). Sum of RGB (Red+Green+Blue) = 192+103+21=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06715 is #3F98EA. Grayscale: #787878. Windows color (decimal): -4167915 or 1402816. OLE color: 1402816.
HSL color Cylindrical-coordinate representation of color #C06715: hue angle of 28.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06715 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.25 |
| HSL | 28.77º | 0.8% | 0.42% | - |
| HSV(B) | 28.77º | 0.89% | 0.75% | - |
| XYZ | 26.72 | 20.96 | 3.35 | - |
| YUV | 120.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 21 | 0 | 0.46 | 0.89 | 0.25 | 28.77 | 0.8 | 0.42 |
| Hex | C0 | 67 | 15 | 0 | 2E | 59 | 19 | 1D | 50 | 2A |
| Octal | 300 | 147 | 25 | 0 | 56 | 131 | 31 | 35 | 120 | 52 |
| Binary | 11000000 | 1100111 | 10101 | 0 | 101110 | 1011001 | 11001 | 11101 | 1010000 | 101010 |
Color Harmonies of #C06715
Complementary color
Monochromatic Colors of #C06715
Black with #C06715
Text Example
Text Example
White with #C06715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06715; }
p { color: rgb(192,103,21); }
H1.HeaderClassName
{
color: #C06715;
}
.AnyTagClassName
{
color: #C06715;
}
</style>
background-color css
<style>
a { background-color: #C06715; }
a { background-color: rgb(192,103,21); }
div.DivClassName
{
background-color: #C06715;
}
.BgClassName
{
background-color: #C06715;
}
</style>
border-color css
<style>
span { border-color: #C06715; }
span { border-color: rgb(192,103,21); }
td.TdClassName
{
border-color: #C06715;
}
.TagClassName
{
border-color: #C06715;
}
</style>