Shades of Chocolate #C66A0B
Tints of Chocolate #C66A0B
RGB
CMYK
RGB Variations
Color information
#C66A0B (or 0xC66A0B) is known color: Chocolate. HEX triplet: C6, 6A and 0B. RGB value is (198,106,11). Sum of RGB (Red+Green+Blue) = 198+106+11=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A0B is #3995F4. Grayscale: #7B7B7B. Windows color (decimal): -3773941 or 748230. OLE color: 748230.
HSL color Cylindrical-coordinate representation of color #C66A0B: hue angle of 30.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C66A0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.22 |
| HSL | 30.48º | 0.89% | 0.41% | - |
| HSV(B) | 30.48º | 0.94% | 0.78% | - |
| XYZ | 28.5 | 22.34 | 3.13 | - |
| YUV | 122.68 | 64.98 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 11 | 0 | 0.46 | 0.94 | 0.22 | 30.48 | 0.89 | 0.41 |
| Hex | C6 | 6A | B | 0 | 2E | 5E | 16 | 1E | 59 | 29 |
| Octal | 306 | 152 | 13 | 0 | 56 | 136 | 26 | 36 | 131 | 51 |
| Binary | 11000110 | 1101010 | 1011 | 0 | 101110 | 1011110 | 10110 | 11110 | 1011001 | 101001 |
Color Harmonies of #C66A0B
Complementary color
Monochromatic Colors of #C66A0B
Black with #C66A0B
Text Example
Text Example
White with #C66A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A0B; }
p { color: rgb(198,106,11); }
H1.HeaderClassName
{
color: #C66A0B;
}
.AnyTagClassName
{
color: #C66A0B;
}
</style>
background-color css
<style>
a { background-color: #C66A0B; }
a { background-color: rgb(198,106,11); }
div.DivClassName
{
background-color: #C66A0B;
}
.BgClassName
{
background-color: #C66A0B;
}
</style>
border-color css
<style>
span { border-color: #C66A0B; }
span { border-color: rgb(198,106,11); }
td.TdClassName
{
border-color: #C66A0B;
}
.TagClassName
{
border-color: #C66A0B;
}
</style>