Shades of Tenne (Tawny) #BF660D
Tints of Tenne (Tawny) #BF660D
RGB
CMYK
RGB Variations
Color information
#BF660D (or 0xBF660D) is known color: Tenne (Tawny). HEX triplet: BF, 66 and 0D. RGB value is (191,102,13). Sum of RGB (Red+Green+Blue) = 191+102+13=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF660D is #4099F2. Grayscale: #767676. Windows color (decimal): -4233715 or 878271. OLE color: 878271.
HSL color Cylindrical-coordinate representation of color #BF660D: hue angle of 30º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF660D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.25 |
| HSL | 30º | 0.87% | 0.4% | - |
| HSV(B) | 30º | 0.93% | 0.75% | - |
| XYZ | 26.31 | 20.61 | 2.97 | - |
| YUV | 118.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 13 | 0 | 0.47 | 0.93 | 0.25 | 30 | 0.87 | 0.4 |
| Hex | BF | 66 | D | 0 | 2F | 5D | 19 | 1E | 57 | 28 |
| Octal | 277 | 146 | 15 | 0 | 57 | 135 | 31 | 36 | 127 | 50 |
| Binary | 10111111 | 1100110 | 1101 | 0 | 101111 | 1011101 | 11001 | 11110 | 1010111 | 101000 |
Color Harmonies of #BF660D
Complementary color
Monochromatic Colors of #BF660D
Black with #BF660D
Text Example
Text Example
White with #BF660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF660D; }
p { color: rgb(191,102,13); }
H1.HeaderClassName
{
color: #BF660D;
}
.AnyTagClassName
{
color: #BF660D;
}
</style>
background-color css
<style>
a { background-color: #BF660D; }
a { background-color: rgb(191,102,13); }
div.DivClassName
{
background-color: #BF660D;
}
.BgClassName
{
background-color: #BF660D;
}
</style>
border-color css
<style>
span { border-color: #BF660D; }
span { border-color: rgb(191,102,13); }
td.TdClassName
{
border-color: #BF660D;
}
.TagClassName
{
border-color: #BF660D;
}
</style>