Shades of Chocolate #C6591A
Tints of Chocolate #C6591A
RGB
CMYK
RGB Variations
Color information
#C6591A (or 0xC6591A) is known color: Chocolate. HEX triplet: C6, 59 and 1A. RGB value is (198,89,26). Sum of RGB (Red+Green+Blue) = 198+89+26=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6591A is #39A6E5. Grayscale: #727272. Windows color (decimal): -3778278 or 1726918. OLE color: 1726918.
HSL color Cylindrical-coordinate representation of color #C6591A: hue angle of 21.98º 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 #C6591A is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 26 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.22 |
| HSL | 21.98º | 0.77% | 0.44% | - |
| HSV(B) | 21.98º | 0.87% | 0.78% | - |
| XYZ | 27.05 | 19.23 | 3.26 | - |
| YUV | 114.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 26 | 0 | 0.55 | 0.87 | 0.22 | 21.98 | 0.77 | 0.44 |
| Hex | C6 | 59 | 1A | 0 | 37 | 57 | 16 | 16 | 4D | 2C |
| Octal | 306 | 131 | 32 | 0 | 67 | 127 | 26 | 26 | 115 | 54 |
| Binary | 11000110 | 1011001 | 11010 | 0 | 110111 | 1010111 | 10110 | 10110 | 1001101 | 101100 |
Color Harmonies of #C6591A
Complementary color
Monochromatic Colors of #C6591A
Black with #C6591A
Text Example
Text Example
White with #C6591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6591A; }
p { color: rgb(198,89,26); }
H1.HeaderClassName
{
color: #C6591A;
}
.AnyTagClassName
{
color: #C6591A;
}
</style>
background-color css
<style>
a { background-color: #C6591A; }
a { background-color: rgb(198,89,26); }
div.DivClassName
{
background-color: #C6591A;
}
.BgClassName
{
background-color: #C6591A;
}
</style>
border-color css
<style>
span { border-color: #C6591A; }
span { border-color: rgb(198,89,26); }
td.TdClassName
{
border-color: #C6591A;
}
.TagClassName
{
border-color: #C6591A;
}
</style>