Shades of Chocolate #C6551B
Tints of Chocolate #C6551B
RGB
CMYK
RGB Variations
Color information
#C6551B (or 0xC6551B) is known color: Chocolate. HEX triplet: C6, 55 and 1B. RGB value is (198,85,27). Sum of RGB (Red+Green+Blue) = 198+85+27=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6551B is #39AAE4. Grayscale: #707070. Windows color (decimal): -3779301 or 1791430. OLE color: 1791430.
HSL color Cylindrical-coordinate representation of color #C6551B: hue angle of 20.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6551B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.22 |
| HSL | 20.35º | 0.76% | 0.44% | - |
| HSV(B) | 20.35º | 0.86% | 0.78% | - |
| XYZ | 26.74 | 18.58 | 3.21 | - |
| YUV | 112.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 27 | 0 | 0.57 | 0.86 | 0.22 | 20.35 | 0.76 | 0.44 |
| Hex | C6 | 55 | 1B | 0 | 39 | 56 | 16 | 14 | 4C | 2C |
| Octal | 306 | 125 | 33 | 0 | 71 | 126 | 26 | 24 | 114 | 54 |
| Binary | 11000110 | 1010101 | 11011 | 0 | 111001 | 1010110 | 10110 | 10100 | 1001100 | 101100 |
Color Harmonies of #C6551B
Complementary color
Monochromatic Colors of #C6551B
Black with #C6551B
Text Example
Text Example
White with #C6551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6551B; }
p { color: rgb(198,85,27); }
H1.HeaderClassName
{
color: #C6551B;
}
.AnyTagClassName
{
color: #C6551B;
}
</style>
background-color css
<style>
a { background-color: #C6551B; }
a { background-color: rgb(198,85,27); }
div.DivClassName
{
background-color: #C6551B;
}
.BgClassName
{
background-color: #C6551B;
}
</style>
border-color css
<style>
span { border-color: #C6551B; }
span { border-color: rgb(198,85,27); }
td.TdClassName
{
border-color: #C6551B;
}
.TagClassName
{
border-color: #C6551B;
}
</style>