Shades of Chocolate #BF690F
Tints of Chocolate #BF690F
RGB
CMYK
RGB Variations
Color information
#BF690F (or 0xBF690F) is known color: Chocolate. HEX triplet: BF, 69 and 0F. RGB value is (191,105,15). Sum of RGB (Red+Green+Blue) = 191+105+15=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF690F is #4096F0. Grayscale: #787878. Windows color (decimal): -4232945 or 1010111. OLE color: 1010111.
HSL color Cylindrical-coordinate representation of color #BF690F: hue angle of 30.68º 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 #BF690F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.25 |
| HSL | 30.68º | 0.85% | 0.4% | - |
| HSV(B) | 30.68º | 0.92% | 0.75% | - |
| XYZ | 26.62 | 21.21 | 3.14 | - |
| YUV | 120.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 15 | 0 | 0.45 | 0.92 | 0.25 | 30.68 | 0.85 | 0.4 |
| Hex | BF | 69 | F | 0 | 2D | 5C | 19 | 1F | 55 | 28 |
| Octal | 277 | 151 | 17 | 0 | 55 | 134 | 31 | 37 | 125 | 50 |
| Binary | 10111111 | 1101001 | 1111 | 0 | 101101 | 1011100 | 11001 | 11111 | 1010101 | 101000 |
Color Harmonies of #BF690F
Complementary color
Monochromatic Colors of #BF690F
Black with #BF690F
Text Example
Text Example
White with #BF690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF690F; }
p { color: rgb(191,105,15); }
H1.HeaderClassName
{
color: #BF690F;
}
.AnyTagClassName
{
color: #BF690F;
}
</style>
background-color css
<style>
a { background-color: #BF690F; }
a { background-color: rgb(191,105,15); }
div.DivClassName
{
background-color: #BF690F;
}
.BgClassName
{
background-color: #BF690F;
}
</style>
border-color css
<style>
span { border-color: #BF690F; }
span { border-color: rgb(191,105,15); }
td.TdClassName
{
border-color: #BF690F;
}
.TagClassName
{
border-color: #BF690F;
}
</style>