Shades of Tenne (Tawny) #B86607
Tints of Tenne (Tawny) #B86607
RGB
CMYK
RGB Variations
Color information
#B86607 (or 0xB86607) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 07. RGB value is (184,102,7). Sum of RGB (Red+Green+Blue) = 184+102+7=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B86607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86607 is #4799F8. Grayscale: #747474. Windows color (decimal): -4692473 or 485048. OLE color: 485048.
HSL color Cylindrical-coordinate representation of color #B86607: hue angle of 32.2º 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 #B86607 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.28 |
| HSL | 32.2º | 0.93% | 0.37% | - |
| HSV(B) | 32.2º | 0.96% | 0.72% | - |
| XYZ | 24.56 | 19.71 | 2.71 | - |
| YUV | 115.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 7 | 0 | 0.45 | 0.96 | 0.28 | 32.2 | 0.93 | 0.37 |
| Hex | B8 | 66 | 7 | 0 | 2D | 60 | 1C | 20 | 5D | 25 |
| Octal | 270 | 146 | 7 | 0 | 55 | 140 | 34 | 40 | 135 | 45 |
| Binary | 10111000 | 1100110 | 111 | 0 | 101101 | 1100000 | 11100 | 100000 | 1011101 | 100101 |
Color Harmonies of #B86607
Complementary color
Monochromatic Colors of #B86607
Black with #B86607
Text Example
Text Example
White with #B86607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86607; }
p { color: rgb(184,102,7); }
H1.HeaderClassName
{
color: #B86607;
}
.AnyTagClassName
{
color: #B86607;
}
</style>
background-color css
<style>
a { background-color: #B86607; }
a { background-color: rgb(184,102,7); }
div.DivClassName
{
background-color: #B86607;
}
.BgClassName
{
background-color: #B86607;
}
</style>
border-color css
<style>
span { border-color: #B86607; }
span { border-color: rgb(184,102,7); }
td.TdClassName
{
border-color: #B86607;
}
.TagClassName
{
border-color: #B86607;
}
</style>