Shades of Chocolate #CF681B
Tints of Chocolate #CF681B
RGB
CMYK
RGB Variations
Color information
#CF681B (or 0xCF681B) is known color: Chocolate. HEX triplet: CF, 68 and 1B. RGB value is (207,104,27). Sum of RGB (Red+Green+Blue) = 207+104+27=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF681B is #3097E4. Grayscale: #7E7E7E. Windows color (decimal): -3184613 or 1796303. OLE color: 1796303.
HSL color Cylindrical-coordinate representation of color #CF681B: hue angle of 25.67º 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 #CF681B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 27 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.19 |
| HSL | 25.67º | 0.77% | 0.46% | - |
| HSV(B) | 25.67º | 0.87% | 0.81% | - |
| XYZ | 30.88 | 23.25 | 3.9 | - |
| YUV | 126.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 27 | 0 | 0.50 | 0.87 | 0.19 | 25.67 | 0.77 | 0.46 |
| Hex | CF | 68 | 1B | 0 | 32 | 57 | 13 | 1A | 4D | 2E |
| Octal | 317 | 150 | 33 | 0 | 62 | 127 | 23 | 32 | 115 | 56 |
| Binary | 11001111 | 1101000 | 11011 | 0 | 110010 | 1010111 | 10011 | 11010 | 1001101 | 101110 |
Color Harmonies of #CF681B
Complementary color
Monochromatic Colors of #CF681B
Black with #CF681B
Text Example
Text Example
White with #CF681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF681B; }
p { color: rgb(207,104,27); }
H1.HeaderClassName
{
color: #CF681B;
}
.AnyTagClassName
{
color: #CF681B;
}
</style>
background-color css
<style>
a { background-color: #CF681B; }
a { background-color: rgb(207,104,27); }
div.DivClassName
{
background-color: #CF681B;
}
.BgClassName
{
background-color: #CF681B;
}
</style>
border-color css
<style>
span { border-color: #CF681B; }
span { border-color: rgb(207,104,27); }
td.TdClassName
{
border-color: #CF681B;
}
.TagClassName
{
border-color: #CF681B;
}
</style>