Shades of Chocolate #CF650D
Tints of Chocolate #CF650D
RGB
CMYK
RGB Variations
Color information
#CF650D (or 0xCF650D) is known color: Chocolate. HEX triplet: CF, 65 and 0D. RGB value is (207,101,13). Sum of RGB (Red+Green+Blue) = 207+101+13=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF650D is #309AF2. Grayscale: #7B7B7B. Windows color (decimal): -3185395 or 878031. OLE color: 878031.
HSL color Cylindrical-coordinate representation of color #CF650D: hue angle of 27.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF650D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.19 |
| HSL | 27.22º | 0.88% | 0.43% | - |
| HSV(B) | 27.22º | 0.94% | 0.81% | - |
| XYZ | 30.46 | 22.6 | 3.14 | - |
| YUV | 122.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 13 | 0 | 0.51 | 0.94 | 0.19 | 27.22 | 0.88 | 0.43 |
| Hex | CF | 65 | D | 0 | 33 | 5E | 13 | 1B | 58 | 2B |
| Octal | 317 | 145 | 15 | 0 | 63 | 136 | 23 | 33 | 130 | 53 |
| Binary | 11001111 | 1100101 | 1101 | 0 | 110011 | 1011110 | 10011 | 11011 | 1011000 | 101011 |
Color Harmonies of #CF650D
Complementary color
Monochromatic Colors of #CF650D
Black with #CF650D
Text Example
Text Example
White with #CF650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF650D; }
p { color: rgb(207,101,13); }
H1.HeaderClassName
{
color: #CF650D;
}
.AnyTagClassName
{
color: #CF650D;
}
</style>
background-color css
<style>
a { background-color: #CF650D; }
a { background-color: rgb(207,101,13); }
div.DivClassName
{
background-color: #CF650D;
}
.BgClassName
{
background-color: #CF650D;
}
</style>
border-color css
<style>
span { border-color: #CF650D; }
span { border-color: rgb(207,101,13); }
td.TdClassName
{
border-color: #CF650D;
}
.TagClassName
{
border-color: #CF650D;
}
</style>