Shades of Tenne (Tawny) #BF680C
Tints of Tenne (Tawny) #BF680C
RGB
CMYK
RGB Variations
Color information
#BF680C (or 0xBF680C) is known color: Tenne (Tawny). HEX triplet: BF, 68 and 0C. RGB value is (191,104,12). Sum of RGB (Red+Green+Blue) = 191+104+12=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF680C is #4097F3. Grayscale: #777777. Windows color (decimal): -4233204 or 813247. OLE color: 813247.
HSL color Cylindrical-coordinate representation of color #BF680C: hue angle of 30.84º 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 #BF680C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.25 |
| HSL | 30.84º | 0.88% | 0.4% | - |
| HSV(B) | 30.84º | 0.94% | 0.75% | - |
| XYZ | 26.5 | 21 | 3.01 | - |
| YUV | 119.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 12 | 0 | 0.46 | 0.94 | 0.25 | 30.84 | 0.88 | 0.4 |
| Hex | BF | 68 | C | 0 | 2E | 5E | 19 | 1F | 58 | 28 |
| Octal | 277 | 150 | 14 | 0 | 56 | 136 | 31 | 37 | 130 | 50 |
| Binary | 10111111 | 1101000 | 1100 | 0 | 101110 | 1011110 | 11001 | 11111 | 1011000 | 101000 |
Color Harmonies of #BF680C
Complementary color
Monochromatic Colors of #BF680C
Black with #BF680C
Text Example
Text Example
White with #BF680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF680C; }
p { color: rgb(191,104,12); }
H1.HeaderClassName
{
color: #BF680C;
}
.AnyTagClassName
{
color: #BF680C;
}
</style>
background-color css
<style>
a { background-color: #BF680C; }
a { background-color: rgb(191,104,12); }
div.DivClassName
{
background-color: #BF680C;
}
.BgClassName
{
background-color: #BF680C;
}
</style>
border-color css
<style>
span { border-color: #BF680C; }
span { border-color: rgb(191,104,12); }
td.TdClassName
{
border-color: #BF680C;
}
.TagClassName
{
border-color: #BF680C;
}
</style>