Shades of Chocolate #BF680F
Tints of Chocolate #BF680F
RGB
CMYK
RGB Variations
Color information
#BF680F (or 0xBF680F) is known color: Chocolate. HEX triplet: BF, 68 and 0F. RGB value is (191,104,15). Sum of RGB (Red+Green+Blue) = 191+104+15=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF680F is #4097F0. Grayscale: #787878. Windows color (decimal): -4233201 or 1009855. OLE color: 1009855.
HSL color Cylindrical-coordinate representation of color #BF680F: hue angle of 30.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF680F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 15 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 30.34º | 0.85% | 0.4% | - |
| HSV(B) | 30.34º | 0.92% | 0.75% | - |
| XYZ | 26.52 | 21.01 | 3.11 | - |
| YUV | 119.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 15 | 0 | 0.46 | 0.92 | 0.25 | 30.34 | 0.85 | 0.4 |
| Hex | BF | 68 | F | 0 | 2E | 5C | 19 | 1E | 55 | 28 |
| Octal | 277 | 150 | 17 | 0 | 56 | 134 | 31 | 36 | 125 | 50 |
| Binary | 10111111 | 1101000 | 1111 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010101 | 101000 |
Color Harmonies of #BF680F
Complementary color
Monochromatic Colors of #BF680F
Black with #BF680F
Text Example
Text Example
White with #BF680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF680F; }
p { color: rgb(191,104,15); }
H1.HeaderClassName
{
color: #BF680F;
}
.AnyTagClassName
{
color: #BF680F;
}
</style>
background-color css
<style>
a { background-color: #BF680F; }
a { background-color: rgb(191,104,15); }
div.DivClassName
{
background-color: #BF680F;
}
.BgClassName
{
background-color: #BF680F;
}
</style>
border-color css
<style>
span { border-color: #BF680F; }
span { border-color: rgb(191,104,15); }
td.TdClassName
{
border-color: #BF680F;
}
.TagClassName
{
border-color: #BF680F;
}
</style>