Shades of Chocolate #C65F20
Tints of Chocolate #C65F20
RGB
CMYK
RGB Variations
Color information
#C65F20 (or 0xC65F20) is known color: Chocolate. HEX triplet: C6, 5F and 20. RGB value is (198,95,32). Sum of RGB (Red+Green+Blue) = 198+95+32=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F20 is #39A0DF. Grayscale: #767676. Windows color (decimal): -3776736 or 2121670. OLE color: 2121670.
HSL color Cylindrical-coordinate representation of color #C65F20: hue angle of 22.77º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C65F20 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 32 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.22 |
| HSL | 22.77º | 0.72% | 0.45% | - |
| HSV(B) | 22.77º | 0.84% | 0.78% | - |
| XYZ | 27.64 | 20.29 | 3.83 | - |
| YUV | 118.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 32 | 0 | 0.52 | 0.84 | 0.22 | 22.77 | 0.72 | 0.45 |
| Hex | C6 | 5F | 20 | 0 | 34 | 54 | 16 | 17 | 48 | 2D |
| Octal | 306 | 137 | 40 | 0 | 64 | 124 | 26 | 27 | 110 | 55 |
| Binary | 11000110 | 1011111 | 100000 | 0 | 110100 | 1010100 | 10110 | 10111 | 1001000 | 101101 |
Color Harmonies of #C65F20
Complementary color
Monochromatic Colors of #C65F20
Black with #C65F20
Text Example
Text Example
White with #C65F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F20; }
p { color: rgb(198,95,32); }
H1.HeaderClassName
{
color: #C65F20;
}
.AnyTagClassName
{
color: #C65F20;
}
</style>
background-color css
<style>
a { background-color: #C65F20; }
a { background-color: rgb(198,95,32); }
div.DivClassName
{
background-color: #C65F20;
}
.BgClassName
{
background-color: #C65F20;
}
</style>
border-color css
<style>
span { border-color: #C65F20; }
span { border-color: rgb(198,95,32); }
td.TdClassName
{
border-color: #C65F20;
}
.TagClassName
{
border-color: #C65F20;
}
</style>