Shades of Chocolate #CF6A1F
Tints of Chocolate #CF6A1F
RGB
CMYK
RGB Variations
Color information
#CF6A1F (or 0xCF6A1F) is known color: Chocolate. HEX triplet: CF, 6A and 1F. RGB value is (207,106,31). Sum of RGB (Red+Green+Blue) = 207+106+31=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A1F is #3095E0. Grayscale: #808080. Windows color (decimal): -3184097 or 2058959. OLE color: 2058959.
HSL color Cylindrical-coordinate representation of color #CF6A1F: hue angle of 25.57º 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 #CF6A1F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.19 |
| HSL | 25.57º | 0.74% | 0.47% | - |
| HSV(B) | 25.57º | 0.85% | 0.81% | - |
| XYZ | 31.13 | 23.67 | 4.22 | - |
| YUV | 127.65 | 73.46 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 31 | 0 | 0.49 | 0.85 | 0.19 | 25.57 | 0.74 | 0.47 |
| Hex | CF | 6A | 1F | 0 | 31 | 55 | 13 | 1A | 4A | 2F |
| Octal | 317 | 152 | 37 | 0 | 61 | 125 | 23 | 32 | 112 | 57 |
| Binary | 11001111 | 1101010 | 11111 | 0 | 110001 | 1010101 | 10011 | 11010 | 1001010 | 101111 |
Color Harmonies of #CF6A1F
Complementary color
Monochromatic Colors of #CF6A1F
Black with #CF6A1F
Text Example
Text Example
White with #CF6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A1F; }
p { color: rgb(207,106,31); }
H1.HeaderClassName
{
color: #CF6A1F;
}
.AnyTagClassName
{
color: #CF6A1F;
}
</style>
background-color css
<style>
a { background-color: #CF6A1F; }
a { background-color: rgb(207,106,31); }
div.DivClassName
{
background-color: #CF6A1F;
}
.BgClassName
{
background-color: #CF6A1F;
}
</style>
border-color css
<style>
span { border-color: #CF6A1F; }
span { border-color: rgb(207,106,31); }
td.TdClassName
{
border-color: #CF6A1F;
}
.TagClassName
{
border-color: #CF6A1F;
}
</style>