Shades of Chocolate #C66B20
Tints of Chocolate #C66B20
RGB
CMYK
RGB Variations
Color information
#C66B20 (or 0xC66B20) is known color: Chocolate. HEX triplet: C6, 6B and 20. RGB value is (198,107,32). Sum of RGB (Red+Green+Blue) = 198+107+32=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B20 is #3994DF. Grayscale: #7E7E7E. Windows color (decimal): -3773664 or 2124742. OLE color: 2124742.
HSL color Cylindrical-coordinate representation of color #C66B20: hue angle of 27.11º 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 #C66B20 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 32 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.22 |
| HSL | 27.11º | 0.72% | 0.45% | - |
| HSV(B) | 27.11º | 0.84% | 0.78% | - |
| XYZ | 28.81 | 22.63 | 4.22 | - |
| YUV | 125.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 32 | 0 | 0.46 | 0.84 | 0.22 | 27.11 | 0.72 | 0.45 |
| Hex | C6 | 6B | 20 | 0 | 2E | 54 | 16 | 1B | 48 | 2D |
| Octal | 306 | 153 | 40 | 0 | 56 | 124 | 26 | 33 | 110 | 55 |
| Binary | 11000110 | 1101011 | 100000 | 0 | 101110 | 1010100 | 10110 | 11011 | 1001000 | 101101 |
Color Harmonies of #C66B20
Complementary color
Monochromatic Colors of #C66B20
Black with #C66B20
Text Example
Text Example
White with #C66B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B20; }
p { color: rgb(198,107,32); }
H1.HeaderClassName
{
color: #C66B20;
}
.AnyTagClassName
{
color: #C66B20;
}
</style>
background-color css
<style>
a { background-color: #C66B20; }
a { background-color: rgb(198,107,32); }
div.DivClassName
{
background-color: #C66B20;
}
.BgClassName
{
background-color: #C66B20;
}
</style>
border-color css
<style>
span { border-color: #C66B20; }
span { border-color: rgb(198,107,32); }
td.TdClassName
{
border-color: #C66B20;
}
.TagClassName
{
border-color: #C66B20;
}
</style>