Shades of Tenne (Tawny) #B86207
Tints of Tenne (Tawny) #B86207
RGB
CMYK
RGB Variations
Color information
#B86207 (or 0xB86207) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 07. RGB value is (184,98,7). Sum of RGB (Red+Green+Blue) = 184+98+7=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B86207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86207 is #479DF8. Grayscale: #717171. Windows color (decimal): -4693497 or 484024. OLE color: 484024.
HSL color Cylindrical-coordinate representation of color #B86207: hue angle of 30.85º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86207 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.28 |
| HSL | 30.85º | 0.93% | 0.37% | - |
| HSV(B) | 30.85º | 0.96% | 0.72% | - |
| XYZ | 24.17 | 18.94 | 2.58 | - |
| YUV | 113.34 | 67.99 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 7 | 0 | 0.47 | 0.96 | 0.28 | 30.85 | 0.93 | 0.37 |
| Hex | B8 | 62 | 7 | 0 | 2F | 60 | 1C | 1F | 5D | 25 |
| Octal | 270 | 142 | 7 | 0 | 57 | 140 | 34 | 37 | 135 | 45 |
| Binary | 10111000 | 1100010 | 111 | 0 | 101111 | 1100000 | 11100 | 11111 | 1011101 | 100101 |
Color Harmonies of #B86207
Complementary color
Monochromatic Colors of #B86207
Black with #B86207
Text Example
Text Example
White with #B86207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86207; }
p { color: rgb(184,98,7); }
H1.HeaderClassName
{
color: #B86207;
}
.AnyTagClassName
{
color: #B86207;
}
</style>
background-color css
<style>
a { background-color: #B86207; }
a { background-color: rgb(184,98,7); }
div.DivClassName
{
background-color: #B86207;
}
.BgClassName
{
background-color: #B86207;
}
</style>
border-color css
<style>
span { border-color: #B86207; }
span { border-color: rgb(184,98,7); }
td.TdClassName
{
border-color: #B86207;
}
.TagClassName
{
border-color: #B86207;
}
</style>