Shades of Chocolate #BF6710
Tints of Chocolate #BF6710
RGB
CMYK
RGB Variations
Color information
#BF6710 (or 0xBF6710) is known color: Chocolate. HEX triplet: BF, 67 and 10. RGB value is (191,103,16). Sum of RGB (Red+Green+Blue) = 191+103+16=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6710 is #4098EF. Grayscale: #777777. Windows color (decimal): -4233456 or 1075135. OLE color: 1075135.
HSL color Cylindrical-coordinate representation of color #BF6710: hue angle of 29.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF6710 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 29.83º | 0.85% | 0.41% | - |
| HSV(B) | 29.83º | 0.92% | 0.75% | - |
| XYZ | 26.43 | 20.81 | 3.11 | - |
| YUV | 119.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 16 | 0 | 0.46 | 0.92 | 0.25 | 29.83 | 0.85 | 0.41 |
| Hex | BF | 67 | 10 | 0 | 2E | 5C | 19 | 1E | 55 | 29 |
| Octal | 277 | 147 | 20 | 0 | 56 | 134 | 31 | 36 | 125 | 51 |
| Binary | 10111111 | 1100111 | 10000 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010101 | 101001 |
Color Harmonies of #BF6710
Complementary color
Monochromatic Colors of #BF6710
Black with #BF6710
Text Example
Text Example
White with #BF6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6710; }
p { color: rgb(191,103,16); }
H1.HeaderClassName
{
color: #BF6710;
}
.AnyTagClassName
{
color: #BF6710;
}
</style>
background-color css
<style>
a { background-color: #BF6710; }
a { background-color: rgb(191,103,16); }
div.DivClassName
{
background-color: #BF6710;
}
.BgClassName
{
background-color: #BF6710;
}
</style>
border-color css
<style>
span { border-color: #BF6710; }
span { border-color: rgb(191,103,16); }
td.TdClassName
{
border-color: #BF6710;
}
.TagClassName
{
border-color: #BF6710;
}
</style>