Shades of Chocolate #CF6B1B
Tints of Chocolate #CF6B1B
RGB
CMYK
RGB Variations
Color information
#CF6B1B (or 0xCF6B1B) is known color: Chocolate. HEX triplet: CF, 6B and 1B. RGB value is (207,107,27). Sum of RGB (Red+Green+Blue) = 207+107+27=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B1B is #3094E4. Grayscale: #808080. Windows color (decimal): -3183845 or 1797071. OLE color: 1797071.
HSL color Cylindrical-coordinate representation of color #CF6B1B: hue angle of 26.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 #CF6B1B is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 27 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.19 |
| HSL | 26.67º | 0.77% | 0.46% | - |
| HSV(B) | 26.67º | 0.87% | 0.81% | - |
| XYZ | 31.19 | 23.86 | 4 | - |
| YUV | 127.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 27 | 0 | 0.48 | 0.87 | 0.19 | 26.67 | 0.77 | 0.46 |
| Hex | CF | 6B | 1B | 0 | 30 | 57 | 13 | 1B | 4D | 2E |
| Octal | 317 | 153 | 33 | 0 | 60 | 127 | 23 | 33 | 115 | 56 |
| Binary | 11001111 | 1101011 | 11011 | 0 | 110000 | 1010111 | 10011 | 11011 | 1001101 | 101110 |
Color Harmonies of #CF6B1B
Complementary color
Monochromatic Colors of #CF6B1B
Black with #CF6B1B
Text Example
Text Example
White with #CF6B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B1B; }
p { color: rgb(207,107,27); }
H1.HeaderClassName
{
color: #CF6B1B;
}
.AnyTagClassName
{
color: #CF6B1B;
}
</style>
background-color css
<style>
a { background-color: #CF6B1B; }
a { background-color: rgb(207,107,27); }
div.DivClassName
{
background-color: #CF6B1B;
}
.BgClassName
{
background-color: #CF6B1B;
}
</style>
border-color css
<style>
span { border-color: #CF6B1B; }
span { border-color: rgb(207,107,27); }
td.TdClassName
{
border-color: #CF6B1B;
}
.TagClassName
{
border-color: #CF6B1B;
}
</style>