Shades of Chocolate #C6581E
Tints of Chocolate #C6581E
RGB
CMYK
RGB Variations
Color information
#C6581E (or 0xC6581E) is known color: Chocolate. HEX triplet: C6, 58 and 1E. RGB value is (198,88,30). Sum of RGB (Red+Green+Blue) = 198+88+30=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6581E is #39A7E1. Grayscale: #727272. Windows color (decimal): -3778530 or 1988806. OLE color: 1988806.
HSL color Cylindrical-coordinate representation of color #C6581E: hue angle of 20.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6581E is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 30 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.22 |
| HSL | 20.71º | 0.74% | 0.45% | - |
| HSV(B) | 20.71º | 0.85% | 0.78% | - |
| XYZ | 27.01 | 19.08 | 3.49 | - |
| YUV | 114.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 30 | 0 | 0.56 | 0.85 | 0.22 | 20.71 | 0.74 | 0.45 |
| Hex | C6 | 58 | 1E | 0 | 38 | 55 | 16 | 15 | 4A | 2D |
| Octal | 306 | 130 | 36 | 0 | 70 | 125 | 26 | 25 | 112 | 55 |
| Binary | 11000110 | 1011000 | 11110 | 0 | 111000 | 1010101 | 10110 | 10101 | 1001010 | 101101 |
Color Harmonies of #C6581E
Complementary color
Monochromatic Colors of #C6581E
Black with #C6581E
Text Example
Text Example
White with #C6581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6581E; }
p { color: rgb(198,88,30); }
H1.HeaderClassName
{
color: #C6581E;
}
.AnyTagClassName
{
color: #C6581E;
}
</style>
background-color css
<style>
a { background-color: #C6581E; }
a { background-color: rgb(198,88,30); }
div.DivClassName
{
background-color: #C6581E;
}
.BgClassName
{
background-color: #C6581E;
}
</style>
border-color css
<style>
span { border-color: #C6581E; }
span { border-color: rgb(198,88,30); }
td.TdClassName
{
border-color: #C6581E;
}
.TagClassName
{
border-color: #C6581E;
}
</style>