Shades of Chocolate #CF6D1B
Tints of Chocolate #CF6D1B
RGB
CMYK
RGB Variations
Color information
#CF6D1B (or 0xCF6D1B) is known color: Chocolate. HEX triplet: CF, 6D and 1B. RGB value is (207,109,27). Sum of RGB (Red+Green+Blue) = 207+109+27=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1B is #3092E4. Grayscale: #818181. Windows color (decimal): -3183333 or 1797583. OLE color: 1797583.
HSL color Cylindrical-coordinate representation of color #CF6D1B: hue angle of 27.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF6D1B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 27 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.19 |
| HSL | 27.33º | 0.77% | 0.46% | - |
| HSV(B) | 27.33º | 0.87% | 0.81% | - |
| XYZ | 31.4 | 24.28 | 4.07 | - |
| YUV | 128.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 27 | 0 | 0.47 | 0.87 | 0.19 | 27.33 | 0.77 | 0.46 |
| Hex | CF | 6D | 1B | 0 | 2F | 57 | 13 | 1B | 4D | 2E |
| Octal | 317 | 155 | 33 | 0 | 57 | 127 | 23 | 33 | 115 | 56 |
| Binary | 11001111 | 1101101 | 11011 | 0 | 101111 | 1010111 | 10011 | 11011 | 1001101 | 101110 |
Color Harmonies of #CF6D1B
Complementary color
Monochromatic Colors of #CF6D1B
Black with #CF6D1B
Text Example
Text Example
White with #CF6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D1B; }
p { color: rgb(207,109,27); }
H1.HeaderClassName
{
color: #CF6D1B;
}
.AnyTagClassName
{
color: #CF6D1B;
}
</style>
background-color css
<style>
a { background-color: #CF6D1B; }
a { background-color: rgb(207,109,27); }
div.DivClassName
{
background-color: #CF6D1B;
}
.BgClassName
{
background-color: #CF6D1B;
}
</style>
border-color css
<style>
span { border-color: #CF6D1B; }
span { border-color: rgb(207,109,27); }
td.TdClassName
{
border-color: #CF6D1B;
}
.TagClassName
{
border-color: #CF6D1B;
}
</style>