Shades of Chocolate #BF6610
Tints of Chocolate #BF6610
RGB
CMYK
RGB Variations
Color information
#BF6610 (or 0xBF6610) is known color: Chocolate. HEX triplet: BF, 66 and 10. RGB value is (191,102,16). Sum of RGB (Red+Green+Blue) = 191+102+16=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6610 is #4099EF. Grayscale: #777777. Windows color (decimal): -4233712 or 1074879. OLE color: 1074879.
HSL color Cylindrical-coordinate representation of color #BF6610: hue angle of 29.49º 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 #BF6610 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.25 |
| HSL | 29.49º | 0.85% | 0.41% | - |
| HSV(B) | 29.49º | 0.92% | 0.75% | - |
| XYZ | 26.33 | 20.62 | 3.08 | - |
| YUV | 118.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 16 | 0 | 0.47 | 0.92 | 0.25 | 29.49 | 0.85 | 0.41 |
| Hex | BF | 66 | 10 | 0 | 2F | 5C | 19 | 1D | 55 | 29 |
| Octal | 277 | 146 | 20 | 0 | 57 | 134 | 31 | 35 | 125 | 51 |
| Binary | 10111111 | 1100110 | 10000 | 0 | 101111 | 1011100 | 11001 | 11101 | 1010101 | 101001 |
Color Harmonies of #BF6610
Complementary color
Monochromatic Colors of #BF6610
Black with #BF6610
Text Example
Text Example
White with #BF6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6610; }
p { color: rgb(191,102,16); }
H1.HeaderClassName
{
color: #BF6610;
}
.AnyTagClassName
{
color: #BF6610;
}
</style>
background-color css
<style>
a { background-color: #BF6610; }
a { background-color: rgb(191,102,16); }
div.DivClassName
{
background-color: #BF6610;
}
.BgClassName
{
background-color: #BF6610;
}
</style>
border-color css
<style>
span { border-color: #BF6610; }
span { border-color: rgb(191,102,16); }
td.TdClassName
{
border-color: #BF6610;
}
.TagClassName
{
border-color: #BF6610;
}
</style>