Shades of Chocolate #CF6A1B
Tints of Chocolate #CF6A1B
RGB
CMYK
RGB Variations
Color information
#CF6A1B (or 0xCF6A1B) is known color: Chocolate. HEX triplet: CF, 6A and 1B. RGB value is (207,106,27). Sum of RGB (Red+Green+Blue) = 207+106+27=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A1B is #3095E4. Grayscale: #7F7F7F. Windows color (decimal): -3184101 or 1796815. OLE color: 1796815.
HSL color Cylindrical-coordinate representation of color #CF6A1B: hue angle of 26.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 #CF6A1B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 27 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.19 |
| HSL | 26.33º | 0.77% | 0.46% | - |
| HSV(B) | 26.33º | 0.87% | 0.81% | - |
| XYZ | 31.08 | 23.65 | 3.96 | - |
| YUV | 127.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 27 | 0 | 0.49 | 0.87 | 0.19 | 26.33 | 0.77 | 0.46 |
| Hex | CF | 6A | 1B | 0 | 31 | 57 | 13 | 1A | 4D | 2E |
| Octal | 317 | 152 | 33 | 0 | 61 | 127 | 23 | 32 | 115 | 56 |
| Binary | 11001111 | 1101010 | 11011 | 0 | 110001 | 1010111 | 10011 | 11010 | 1001101 | 101110 |
Color Harmonies of #CF6A1B
Complementary color
Monochromatic Colors of #CF6A1B
Black with #CF6A1B
Text Example
Text Example
White with #CF6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A1B; }
p { color: rgb(207,106,27); }
H1.HeaderClassName
{
color: #CF6A1B;
}
.AnyTagClassName
{
color: #CF6A1B;
}
</style>
background-color css
<style>
a { background-color: #CF6A1B; }
a { background-color: rgb(207,106,27); }
div.DivClassName
{
background-color: #CF6A1B;
}
.BgClassName
{
background-color: #CF6A1B;
}
</style>
border-color css
<style>
span { border-color: #CF6A1B; }
span { border-color: rgb(207,106,27); }
td.TdClassName
{
border-color: #CF6A1B;
}
.TagClassName
{
border-color: #CF6A1B;
}
</style>