Shades of Chocolate #C6581B
Tints of Chocolate #C6581B
RGB
CMYK
RGB Variations
Color information
#C6581B (or 0xC6581B) is known color: Chocolate. HEX triplet: C6, 58 and 1B. RGB value is (198,88,27). Sum of RGB (Red+Green+Blue) = 198+88+27=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6581B is #39A7E4. Grayscale: #727272. Windows color (decimal): -3778533 or 1792198. OLE color: 1792198.
HSL color Cylindrical-coordinate representation of color #C6581B: hue angle of 21.4º 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 #C6581B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 27 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.22 |
| HSL | 21.4º | 0.76% | 0.44% | - |
| HSV(B) | 21.4º | 0.86% | 0.78% | - |
| XYZ | 26.98 | 19.06 | 3.29 | - |
| YUV | 113.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 27 | 0 | 0.56 | 0.86 | 0.22 | 21.4 | 0.76 | 0.44 |
| Hex | C6 | 58 | 1B | 0 | 38 | 56 | 16 | 15 | 4C | 2C |
| Octal | 306 | 130 | 33 | 0 | 70 | 126 | 26 | 25 | 114 | 54 |
| Binary | 11000110 | 1011000 | 11011 | 0 | 111000 | 1010110 | 10110 | 10101 | 1001100 | 101100 |
Color Harmonies of #C6581B
Complementary color
Monochromatic Colors of #C6581B
Black with #C6581B
Text Example
Text Example
White with #C6581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6581B; }
p { color: rgb(198,88,27); }
H1.HeaderClassName
{
color: #C6581B;
}
.AnyTagClassName
{
color: #C6581B;
}
</style>
background-color css
<style>
a { background-color: #C6581B; }
a { background-color: rgb(198,88,27); }
div.DivClassName
{
background-color: #C6581B;
}
.BgClassName
{
background-color: #C6581B;
}
</style>
border-color css
<style>
span { border-color: #C6581B; }
span { border-color: rgb(198,88,27); }
td.TdClassName
{
border-color: #C6581B;
}
.TagClassName
{
border-color: #C6581B;
}
</style>