Shades of Chocolate #C46B0B
Tints of Chocolate #C46B0B
RGB
CMYK
RGB Variations
Color information
#C46B0B (or 0xC46B0B) is known color: Chocolate. HEX triplet: C4, 6B and 0B. RGB value is (196,107,11). Sum of RGB (Red+Green+Blue) = 196+107+11=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46B0B is #3B94F4. Grayscale: #7B7B7B. Windows color (decimal): -3904757 or 748484. OLE color: 748484.
HSL color Cylindrical-coordinate representation of color #C46B0B: hue angle of 31.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C46B0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.23 |
| HSL | 31.14º | 0.89% | 0.41% | - |
| HSV(B) | 31.14º | 0.94% | 0.77% | - |
| XYZ | 28.08 | 22.28 | 3.14 | - |
| YUV | 122.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 11 | 0 | 0.45 | 0.94 | 0.23 | 31.14 | 0.89 | 0.41 |
| Hex | C4 | 6B | B | 0 | 2D | 5E | 17 | 1F | 59 | 29 |
| Octal | 304 | 153 | 13 | 0 | 55 | 136 | 27 | 37 | 131 | 51 |
| Binary | 11000100 | 1101011 | 1011 | 0 | 101101 | 1011110 | 10111 | 11111 | 1011001 | 101001 |
Color Harmonies of #C46B0B
Complementary color
Monochromatic Colors of #C46B0B
Black with #C46B0B
Text Example
Text Example
White with #C46B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B0B; }
p { color: rgb(196,107,11); }
H1.HeaderClassName
{
color: #C46B0B;
}
.AnyTagClassName
{
color: #C46B0B;
}
</style>
background-color css
<style>
a { background-color: #C46B0B; }
a { background-color: rgb(196,107,11); }
div.DivClassName
{
background-color: #C46B0B;
}
.BgClassName
{
background-color: #C46B0B;
}
</style>
border-color css
<style>
span { border-color: #C46B0B; }
span { border-color: rgb(196,107,11); }
td.TdClassName
{
border-color: #C46B0B;
}
.TagClassName
{
border-color: #C46B0B;
}
</style>