Shades of Chocolate #C6531B
Tints of Chocolate #C6531B
RGB
CMYK
RGB Variations
Color information
#C6531B (or 0xC6531B) is known color: Chocolate. HEX triplet: C6, 53 and 1B. RGB value is (198,83,27). Sum of RGB (Red+Green+Blue) = 198+83+27=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6531B is #39ACE4. Grayscale: #6F6F6F. Windows color (decimal): -3779813 or 1790918. OLE color: 1790918.
HSL color Cylindrical-coordinate representation of color #C6531B: hue angle of 19.65º 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 #C6531B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.22 |
| HSL | 19.65º | 0.76% | 0.44% | - |
| HSV(B) | 19.65º | 0.86% | 0.78% | - |
| XYZ | 26.58 | 18.27 | 3.16 | - |
| YUV | 111 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 27 | 0 | 0.58 | 0.86 | 0.22 | 19.65 | 0.76 | 0.44 |
| Hex | C6 | 53 | 1B | 0 | 3A | 56 | 16 | 14 | 4C | 2C |
| Octal | 306 | 123 | 33 | 0 | 72 | 126 | 26 | 24 | 114 | 54 |
| Binary | 11000110 | 1010011 | 11011 | 0 | 111010 | 1010110 | 10110 | 10100 | 1001100 | 101100 |
Color Harmonies of #C6531B
Complementary color
Monochromatic Colors of #C6531B
Black with #C6531B
Text Example
Text Example
White with #C6531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6531B; }
p { color: rgb(198,83,27); }
H1.HeaderClassName
{
color: #C6531B;
}
.AnyTagClassName
{
color: #C6531B;
}
</style>
background-color css
<style>
a { background-color: #C6531B; }
a { background-color: rgb(198,83,27); }
div.DivClassName
{
background-color: #C6531B;
}
.BgClassName
{
background-color: #C6531B;
}
</style>
border-color css
<style>
span { border-color: #C6531B; }
span { border-color: rgb(198,83,27); }
td.TdClassName
{
border-color: #C6531B;
}
.TagClassName
{
border-color: #C6531B;
}
</style>