Shades of Chocolate #C06819
Tints of Chocolate #C06819
RGB
CMYK
RGB Variations
Color information
#C06819 (or 0xC06819) is known color: Chocolate. HEX triplet: C0, 68 and 19. RGB value is (192,104,25). Sum of RGB (Red+Green+Blue) = 192+104+25=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06819 is #3F97E6. Grayscale: #797979. Windows color (decimal): -4167655 or 1665216. OLE color: 1665216.
HSL color Cylindrical-coordinate representation of color #C06819: hue angle of 28.38º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06819 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.25 |
| HSL | 28.38º | 0.77% | 0.43% | - |
| HSV(B) | 28.38º | 0.87% | 0.75% | - |
| XYZ | 26.86 | 21.18 | 3.59 | - |
| YUV | 121.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 25 | 0 | 0.46 | 0.87 | 0.25 | 28.38 | 0.77 | 0.43 |
| Hex | C0 | 68 | 19 | 0 | 2E | 57 | 19 | 1C | 4D | 2B |
| Octal | 300 | 150 | 31 | 0 | 56 | 127 | 31 | 34 | 115 | 53 |
| Binary | 11000000 | 1101000 | 11001 | 0 | 101110 | 1010111 | 11001 | 11100 | 1001101 | 101011 |
Color Harmonies of #C06819
Complementary color
Monochromatic Colors of #C06819
Black with #C06819
Text Example
Text Example
White with #C06819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06819; }
p { color: rgb(192,104,25); }
H1.HeaderClassName
{
color: #C06819;
}
.AnyTagClassName
{
color: #C06819;
}
</style>
background-color css
<style>
a { background-color: #C06819; }
a { background-color: rgb(192,104,25); }
div.DivClassName
{
background-color: #C06819;
}
.BgClassName
{
background-color: #C06819;
}
</style>
border-color css
<style>
span { border-color: #C06819; }
span { border-color: rgb(192,104,25); }
td.TdClassName
{
border-color: #C06819;
}
.TagClassName
{
border-color: #C06819;
}
</style>