Shades of Chocolate #CF6D27
Tints of Chocolate #CF6D27
RGB
CMYK
RGB Variations
Color information
#CF6D27 (or 0xCF6D27) is known color: Chocolate. HEX triplet: CF, 6D and 27. RGB value is (207,109,39). Sum of RGB (Red+Green+Blue) = 207+109+39=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D27 is #3092D8. Grayscale: #828282. Windows color (decimal): -3183321 or 2584015. OLE color: 2584015.
HSL color Cylindrical-coordinate representation of color #CF6D27: hue angle of 25º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6D27 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 39 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.19 |
| HSL | 25º | 0.68% | 0.48% | - |
| HSV(B) | 25º | 0.81% | 0.81% | - |
| XYZ | 31.57 | 24.35 | 4.96 | - |
| YUV | 130.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 39 | 0 | 0.47 | 0.81 | 0.19 | 25 | 0.68 | 0.48 |
| Hex | CF | 6D | 27 | 0 | 2F | 51 | 13 | 19 | 44 | 30 |
| Octal | 317 | 155 | 47 | 0 | 57 | 121 | 23 | 31 | 104 | 60 |
| Binary | 11001111 | 1101101 | 100111 | 0 | 101111 | 1010001 | 10011 | 11001 | 1000100 | 110000 |
Color Harmonies of #CF6D27
Complementary color
Monochromatic Colors of #CF6D27
Black with #CF6D27
Text Example
Text Example
White with #CF6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D27; }
p { color: rgb(207,109,39); }
H1.HeaderClassName
{
color: #CF6D27;
}
.AnyTagClassName
{
color: #CF6D27;
}
</style>
background-color css
<style>
a { background-color: #CF6D27; }
a { background-color: rgb(207,109,39); }
div.DivClassName
{
background-color: #CF6D27;
}
.BgClassName
{
background-color: #CF6D27;
}
</style>
border-color css
<style>
span { border-color: #CF6D27; }
span { border-color: rgb(207,109,39); }
td.TdClassName
{
border-color: #CF6D27;
}
.TagClassName
{
border-color: #CF6D27;
}
</style>