Shades of Chocolate #C6651B
Tints of Chocolate #C6651B
RGB
CMYK
RGB Variations
Color information
#C6651B (or 0xC6651B) is known color: Chocolate. HEX triplet: C6, 65 and 1B. RGB value is (198,101,27). Sum of RGB (Red+Green+Blue) = 198+101+27=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6651B is #399AE4. Grayscale: #797979. Windows color (decimal): -3775205 or 1795526. OLE color: 1795526.
HSL color Cylindrical-coordinate representation of color #C6651B: hue angle of 25.96º 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 #C6651B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 27 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.22 |
| HSL | 25.96º | 0.76% | 0.44% | - |
| HSV(B) | 25.96º | 0.86% | 0.78% | - |
| XYZ | 28.14 | 21.39 | 3.68 | - |
| YUV | 121.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 27 | 0 | 0.49 | 0.86 | 0.22 | 25.96 | 0.76 | 0.44 |
| Hex | C6 | 65 | 1B | 0 | 31 | 56 | 16 | 1A | 4C | 2C |
| Octal | 306 | 145 | 33 | 0 | 61 | 126 | 26 | 32 | 114 | 54 |
| Binary | 11000110 | 1100101 | 11011 | 0 | 110001 | 1010110 | 10110 | 11010 | 1001100 | 101100 |
Color Harmonies of #C6651B
Complementary color
Monochromatic Colors of #C6651B
Black with #C6651B
Text Example
Text Example
White with #C6651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6651B; }
p { color: rgb(198,101,27); }
H1.HeaderClassName
{
color: #C6651B;
}
.AnyTagClassName
{
color: #C6651B;
}
</style>
background-color css
<style>
a { background-color: #C6651B; }
a { background-color: rgb(198,101,27); }
div.DivClassName
{
background-color: #C6651B;
}
.BgClassName
{
background-color: #C6651B;
}
</style>
border-color css
<style>
span { border-color: #C6651B; }
span { border-color: rgb(198,101,27); }
td.TdClassName
{
border-color: #C6651B;
}
.TagClassName
{
border-color: #C6651B;
}
</style>