Shades of Chocolate #CF6B1A
Tints of Chocolate #CF6B1A
RGB
CMYK
RGB Variations
Color information
#CF6B1A (or 0xCF6B1A) is known color: Chocolate. HEX triplet: CF, 6B and 1A. RGB value is (207,107,26). Sum of RGB (Red+Green+Blue) = 207+107+26=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B1A is #3094E5. Grayscale: #808080. Windows color (decimal): -3183846 or 1731535. OLE color: 1731535.
HSL color Cylindrical-coordinate representation of color #CF6B1A: hue angle of 26.85º degrees, saturation: 0.78, 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 #CF6B1A is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 26 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.19 |
| HSL | 26.85º | 0.78% | 0.46% | - |
| HSV(B) | 26.85º | 0.87% | 0.81% | - |
| XYZ | 31.18 | 23.86 | 3.94 | - |
| YUV | 127.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 26 | 0 | 0.48 | 0.87 | 0.19 | 26.85 | 0.78 | 0.46 |
| Hex | CF | 6B | 1A | 0 | 30 | 57 | 13 | 1B | 4E | 2E |
| Octal | 317 | 153 | 32 | 0 | 60 | 127 | 23 | 33 | 116 | 56 |
| Binary | 11001111 | 1101011 | 11010 | 0 | 110000 | 1010111 | 10011 | 11011 | 1001110 | 101110 |
Color Harmonies of #CF6B1A
Complementary color
Monochromatic Colors of #CF6B1A
Black with #CF6B1A
Text Example
Text Example
White with #CF6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B1A; }
p { color: rgb(207,107,26); }
H1.HeaderClassName
{
color: #CF6B1A;
}
.AnyTagClassName
{
color: #CF6B1A;
}
</style>
background-color css
<style>
a { background-color: #CF6B1A; }
a { background-color: rgb(207,107,26); }
div.DivClassName
{
background-color: #CF6B1A;
}
.BgClassName
{
background-color: #CF6B1A;
}
</style>
border-color css
<style>
span { border-color: #CF6B1A; }
span { border-color: rgb(207,107,26); }
td.TdClassName
{
border-color: #CF6B1A;
}
.TagClassName
{
border-color: #CF6B1A;
}
</style>