Shades of Tenne (Tawny) #BF660C
Tints of Tenne (Tawny) #BF660C
RGB
CMYK
RGB Variations
Color information
#BF660C (or 0xBF660C) is known color: Tenne (Tawny). HEX triplet: BF, 66 and 0C. RGB value is (191,102,12). Sum of RGB (Red+Green+Blue) = 191+102+12=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF660C is #4099F3. Grayscale: #767676. Windows color (decimal): -4233716 or 812735. OLE color: 812735.
HSL color Cylindrical-coordinate representation of color #BF660C: hue angle of 30.17º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF660C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.25 |
| HSL | 30.17º | 0.88% | 0.4% | - |
| HSV(B) | 30.17º | 0.94% | 0.75% | - |
| XYZ | 26.3 | 20.61 | 2.94 | - |
| YUV | 118.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 12 | 0 | 0.47 | 0.94 | 0.25 | 30.17 | 0.88 | 0.4 |
| Hex | BF | 66 | C | 0 | 2F | 5E | 19 | 1E | 58 | 28 |
| Octal | 277 | 146 | 14 | 0 | 57 | 136 | 31 | 36 | 130 | 50 |
| Binary | 10111111 | 1100110 | 1100 | 0 | 101111 | 1011110 | 11001 | 11110 | 1011000 | 101000 |
Color Harmonies of #BF660C
Complementary color
Monochromatic Colors of #BF660C
Black with #BF660C
Text Example
Text Example
White with #BF660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF660C; }
p { color: rgb(191,102,12); }
H1.HeaderClassName
{
color: #BF660C;
}
.AnyTagClassName
{
color: #BF660C;
}
</style>
background-color css
<style>
a { background-color: #BF660C; }
a { background-color: rgb(191,102,12); }
div.DivClassName
{
background-color: #BF660C;
}
.BgClassName
{
background-color: #BF660C;
}
</style>
border-color css
<style>
span { border-color: #BF660C; }
span { border-color: rgb(191,102,12); }
td.TdClassName
{
border-color: #BF660C;
}
.TagClassName
{
border-color: #BF660C;
}
</style>