Shades of Chocolate #C7650F
Tints of Chocolate #C7650F
RGB
CMYK
RGB Variations
Color information
#C7650F (or 0xC7650F) is known color: Chocolate. HEX triplet: C7, 65 and 0F. RGB value is (199,101,15). Sum of RGB (Red+Green+Blue) = 199+101+15=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7650F is #389AF0. Grayscale: #787878. Windows color (decimal): -3709681 or 1009095. OLE color: 1009095.
HSL color Cylindrical-coordinate representation of color #C7650F: hue angle of 28.04º 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 #C7650F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 15 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 28.04º | 0.86% | 0.42% | - |
| HSV(B) | 28.04º | 0.92% | 0.78% | - |
| XYZ | 28.29 | 21.48 | 3.11 | - |
| YUV | 120.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 15 | 0 | 0.49 | 0.92 | 0.22 | 28.04 | 0.86 | 0.42 |
| Hex | C7 | 65 | F | 0 | 31 | 5C | 16 | 1C | 56 | 2A |
| Octal | 307 | 145 | 17 | 0 | 61 | 134 | 26 | 34 | 126 | 52 |
| Binary | 11000111 | 1100101 | 1111 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010110 | 101010 |
Color Harmonies of #C7650F
Complementary color
Monochromatic Colors of #C7650F
Black with #C7650F
Text Example
Text Example
White with #C7650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7650F; }
p { color: rgb(199,101,15); }
H1.HeaderClassName
{
color: #C7650F;
}
.AnyTagClassName
{
color: #C7650F;
}
</style>
background-color css
<style>
a { background-color: #C7650F; }
a { background-color: rgb(199,101,15); }
div.DivClassName
{
background-color: #C7650F;
}
.BgClassName
{
background-color: #C7650F;
}
</style>
border-color css
<style>
span { border-color: #C7650F; }
span { border-color: rgb(199,101,15); }
td.TdClassName
{
border-color: #C7650F;
}
.TagClassName
{
border-color: #C7650F;
}
</style>