Shades of Chocolate #C06619
Tints of Chocolate #C06619
RGB
CMYK
RGB Variations
Color information
#C06619 (or 0xC06619) is known color: Chocolate. HEX triplet: C0, 66 and 19. RGB value is (192,102,25). Sum of RGB (Red+Green+Blue) = 192+102+25=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C06619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06619 is #3F99E6. Grayscale: #787878. Windows color (decimal): -4168167 or 1664704. OLE color: 1664704.
HSL color Cylindrical-coordinate representation of color #C06619: hue angle of 27.66º 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 #C06619 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 25 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.25 |
| HSL | 27.66º | 0.77% | 0.43% | - |
| HSV(B) | 27.66º | 0.87% | 0.75% | - |
| XYZ | 26.67 | 20.78 | 3.53 | - |
| YUV | 120.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 25 | 0 | 0.47 | 0.87 | 0.25 | 27.66 | 0.77 | 0.43 |
| Hex | C0 | 66 | 19 | 0 | 2F | 57 | 19 | 1C | 4D | 2B |
| Octal | 300 | 146 | 31 | 0 | 57 | 127 | 31 | 34 | 115 | 53 |
| Binary | 11000000 | 1100110 | 11001 | 0 | 101111 | 1010111 | 11001 | 11100 | 1001101 | 101011 |
Color Harmonies of #C06619
Complementary color
Monochromatic Colors of #C06619
Black with #C06619
Text Example
Text Example
White with #C06619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06619; }
p { color: rgb(192,102,25); }
H1.HeaderClassName
{
color: #C06619;
}
.AnyTagClassName
{
color: #C06619;
}
</style>
background-color css
<style>
a { background-color: #C06619; }
a { background-color: rgb(192,102,25); }
div.DivClassName
{
background-color: #C06619;
}
.BgClassName
{
background-color: #C06619;
}
</style>
border-color css
<style>
span { border-color: #C06619; }
span { border-color: rgb(192,102,25); }
td.TdClassName
{
border-color: #C06619;
}
.TagClassName
{
border-color: #C06619;
}
</style>