Shades of Chocolate #C6551A
Tints of Chocolate #C6551A
RGB
CMYK
RGB Variations
Color information
#C6551A (or 0xC6551A) is known color: Chocolate. HEX triplet: C6, 55 and 1A. RGB value is (198,85,26). Sum of RGB (Red+Green+Blue) = 198+85+26=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6551A is #39AAE5. Grayscale: #707070. Windows color (decimal): -3779302 or 1725894. OLE color: 1725894.
HSL color Cylindrical-coordinate representation of color #C6551A: hue angle of 20.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6551A is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 26 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.22 |
| HSL | 20.58º | 0.77% | 0.44% | - |
| HSV(B) | 20.58º | 0.87% | 0.78% | - |
| XYZ | 26.72 | 18.58 | 3.15 | - |
| YUV | 112.06 | 79.44 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 26 | 0 | 0.57 | 0.87 | 0.22 | 20.58 | 0.77 | 0.44 |
| Hex | C6 | 55 | 1A | 0 | 39 | 57 | 16 | 15 | 4D | 2C |
| Octal | 306 | 125 | 32 | 0 | 71 | 127 | 26 | 25 | 115 | 54 |
| Binary | 11000110 | 1010101 | 11010 | 0 | 111001 | 1010111 | 10110 | 10101 | 1001101 | 101100 |
Color Harmonies of #C6551A
Complementary color
Monochromatic Colors of #C6551A
Black with #C6551A
Text Example
Text Example
White with #C6551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6551A; }
p { color: rgb(198,85,26); }
H1.HeaderClassName
{
color: #C6551A;
}
.AnyTagClassName
{
color: #C6551A;
}
</style>
background-color css
<style>
a { background-color: #C6551A; }
a { background-color: rgb(198,85,26); }
div.DivClassName
{
background-color: #C6551A;
}
.BgClassName
{
background-color: #C6551A;
}
</style>
border-color css
<style>
span { border-color: #C6551A; }
span { border-color: rgb(198,85,26); }
td.TdClassName
{
border-color: #C6551A;
}
.TagClassName
{
border-color: #C6551A;
}
</style>