Shades of Chocolate #CF691F
Tints of Chocolate #CF691F
RGB
CMYK
RGB Variations
Color information
#CF691F (or 0xCF691F) is known color: Chocolate. HEX triplet: CF, 69 and 1F. RGB value is (207,105,31). Sum of RGB (Red+Green+Blue) = 207+105+31=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF691F is #3096E0. Grayscale: #7F7F7F. Windows color (decimal): -3184353 or 2058703. OLE color: 2058703.
HSL color Cylindrical-coordinate representation of color #CF691F: hue angle of 25.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF691F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.19 |
| HSL | 25.23º | 0.74% | 0.47% | - |
| HSV(B) | 25.23º | 0.85% | 0.81% | - |
| XYZ | 31.03 | 23.47 | 4.19 | - |
| YUV | 127.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 31 | 0 | 0.49 | 0.85 | 0.19 | 25.23 | 0.74 | 0.47 |
| Hex | CF | 69 | 1F | 0 | 31 | 55 | 13 | 19 | 4A | 2F |
| Octal | 317 | 151 | 37 | 0 | 61 | 125 | 23 | 31 | 112 | 57 |
| Binary | 11001111 | 1101001 | 11111 | 0 | 110001 | 1010101 | 10011 | 11001 | 1001010 | 101111 |
Color Harmonies of #CF691F
Complementary color
Monochromatic Colors of #CF691F
Black with #CF691F
Text Example
Text Example
White with #CF691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF691F; }
p { color: rgb(207,105,31); }
H1.HeaderClassName
{
color: #CF691F;
}
.AnyTagClassName
{
color: #CF691F;
}
</style>
background-color css
<style>
a { background-color: #CF691F; }
a { background-color: rgb(207,105,31); }
div.DivClassName
{
background-color: #CF691F;
}
.BgClassName
{
background-color: #CF691F;
}
</style>
border-color css
<style>
span { border-color: #CF691F; }
span { border-color: rgb(207,105,31); }
td.TdClassName
{
border-color: #CF691F;
}
.TagClassName
{
border-color: #CF691F;
}
</style>