Shades of Chocolate #C6581A
Tints of Chocolate #C6581A
RGB
CMYK
RGB Variations
Color information
#C6581A (or 0xC6581A) is known color: Chocolate. HEX triplet: C6, 58 and 1A. RGB value is (198,88,26). Sum of RGB (Red+Green+Blue) = 198+88+26=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6581A is #39A7E5. Grayscale: #727272. Windows color (decimal): -3778534 or 1726662. OLE color: 1726662.
HSL color Cylindrical-coordinate representation of color #C6581A: hue angle of 21.63º 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 #C6581A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 26 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.22 |
| HSL | 21.63º | 0.77% | 0.44% | - |
| HSV(B) | 21.63º | 0.87% | 0.78% | - |
| XYZ | 26.96 | 19.06 | 3.23 | - |
| YUV | 113.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 26 | 0 | 0.56 | 0.87 | 0.22 | 21.63 | 0.77 | 0.44 |
| Hex | C6 | 58 | 1A | 0 | 38 | 57 | 16 | 16 | 4D | 2C |
| Octal | 306 | 130 | 32 | 0 | 70 | 127 | 26 | 26 | 115 | 54 |
| Binary | 11000110 | 1011000 | 11010 | 0 | 111000 | 1010111 | 10110 | 10110 | 1001101 | 101100 |
Color Harmonies of #C6581A
Complementary color
Monochromatic Colors of #C6581A
Black with #C6581A
Text Example
Text Example
White with #C6581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6581A; }
p { color: rgb(198,88,26); }
H1.HeaderClassName
{
color: #C6581A;
}
.AnyTagClassName
{
color: #C6581A;
}
</style>
background-color css
<style>
a { background-color: #C6581A; }
a { background-color: rgb(198,88,26); }
div.DivClassName
{
background-color: #C6581A;
}
.BgClassName
{
background-color: #C6581A;
}
</style>
border-color css
<style>
span { border-color: #C6581A; }
span { border-color: rgb(198,88,26); }
td.TdClassName
{
border-color: #C6581A;
}
.TagClassName
{
border-color: #C6581A;
}
</style>