Shades of Chocolate #C6650F
Tints of Chocolate #C6650F
RGB
CMYK
RGB Variations
Color information
#C6650F (or 0xC6650F) is known color: Chocolate. HEX triplet: C6, 65 and 0F. RGB value is (198,101,15). Sum of RGB (Red+Green+Blue) = 198+101+15=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6650F is #399AF0. Grayscale: #787878. Windows color (decimal): -3775217 or 1009094. OLE color: 1009094.
HSL color Cylindrical-coordinate representation of color #C6650F: hue angle of 28.2º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6650F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 28.2º | 0.86% | 0.42% | - |
| HSV(B) | 28.2º | 0.92% | 0.78% | - |
| XYZ | 28.03 | 21.35 | 3.1 | - |
| YUV | 120.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 15 | 0 | 0.49 | 0.92 | 0.22 | 28.2 | 0.86 | 0.42 |
| Hex | C6 | 65 | F | 0 | 31 | 5C | 16 | 1C | 56 | 2A |
| Octal | 306 | 145 | 17 | 0 | 61 | 134 | 26 | 34 | 126 | 52 |
| Binary | 11000110 | 1100101 | 1111 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010110 | 101010 |
Color Harmonies of #C6650F
Complementary color
Monochromatic Colors of #C6650F
Black with #C6650F
Text Example
Text Example
White with #C6650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6650F; }
p { color: rgb(198,101,15); }
H1.HeaderClassName
{
color: #C6650F;
}
.AnyTagClassName
{
color: #C6650F;
}
</style>
background-color css
<style>
a { background-color: #C6650F; }
a { background-color: rgb(198,101,15); }
div.DivClassName
{
background-color: #C6650F;
}
.BgClassName
{
background-color: #C6650F;
}
</style>
border-color css
<style>
span { border-color: #C6650F; }
span { border-color: rgb(198,101,15); }
td.TdClassName
{
border-color: #C6650F;
}
.TagClassName
{
border-color: #C6650F;
}
</style>