Shades of Chocolate #BF6613
Tints of Chocolate #BF6613
RGB
CMYK
RGB Variations
Color information
#BF6613 (or 0xBF6613) is known color: Chocolate. HEX triplet: BF, 66 and 13. RGB value is (191,102,19). Sum of RGB (Red+Green+Blue) = 191+102+19=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6613 is #4099EC. Grayscale: #777777. Windows color (decimal): -4233709 or 1271487. OLE color: 1271487.
HSL color Cylindrical-coordinate representation of color #BF6613: hue angle of 28.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6613 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.25 |
| HSL | 28.95º | 0.82% | 0.41% | - |
| HSV(B) | 28.95º | 0.9% | 0.75% | - |
| XYZ | 26.35 | 20.63 | 3.21 | - |
| YUV | 119.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 19 | 0 | 0.47 | 0.90 | 0.25 | 28.95 | 0.82 | 0.41 |
| Hex | BF | 66 | 13 | 0 | 2F | 5A | 19 | 1D | 52 | 29 |
| Octal | 277 | 146 | 23 | 0 | 57 | 132 | 31 | 35 | 122 | 51 |
| Binary | 10111111 | 1100110 | 10011 | 0 | 101111 | 1011010 | 11001 | 11101 | 1010010 | 101001 |
Color Harmonies of #BF6613
Complementary color
Monochromatic Colors of #BF6613
Black with #BF6613
Text Example
Text Example
White with #BF6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6613; }
p { color: rgb(191,102,19); }
H1.HeaderClassName
{
color: #BF6613;
}
.AnyTagClassName
{
color: #BF6613;
}
</style>
background-color css
<style>
a { background-color: #BF6613; }
a { background-color: rgb(191,102,19); }
div.DivClassName
{
background-color: #BF6613;
}
.BgClassName
{
background-color: #BF6613;
}
</style>
border-color css
<style>
span { border-color: #BF6613; }
span { border-color: rgb(191,102,19); }
td.TdClassName
{
border-color: #BF6613;
}
.TagClassName
{
border-color: #BF6613;
}
</style>