Shades of Tenne (Tawny) #B86606
Tints of Tenne (Tawny) #B86606
RGB
CMYK
RGB Variations
Color information
#B86606 (or 0xB86606) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 06. RGB value is (184,102,6). Sum of RGB (Red+Green+Blue) = 184+102+6=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B86606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86606 is #4799F9. Grayscale: #747474. Windows color (decimal): -4692474 or 419512. OLE color: 419512.
HSL color Cylindrical-coordinate representation of color #B86606: hue angle of 32.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B86606 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.28 |
| HSL | 32.36º | 0.94% | 0.37% | - |
| HSV(B) | 32.36º | 0.97% | 0.72% | - |
| XYZ | 24.55 | 19.71 | 2.68 | - |
| YUV | 115.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 6 | 0 | 0.45 | 0.97 | 0.28 | 32.36 | 0.94 | 0.37 |
| Hex | B8 | 66 | 6 | 0 | 2D | 61 | 1C | 20 | 5E | 25 |
| Octal | 270 | 146 | 6 | 0 | 55 | 141 | 34 | 40 | 136 | 45 |
| Binary | 10111000 | 1100110 | 110 | 0 | 101101 | 1100001 | 11100 | 100000 | 1011110 | 100101 |
Color Harmonies of #B86606
Complementary color
Monochromatic Colors of #B86606
Black with #B86606
Text Example
Text Example
White with #B86606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86606; }
p { color: rgb(184,102,6); }
H1.HeaderClassName
{
color: #B86606;
}
.AnyTagClassName
{
color: #B86606;
}
</style>
background-color css
<style>
a { background-color: #B86606; }
a { background-color: rgb(184,102,6); }
div.DivClassName
{
background-color: #B86606;
}
.BgClassName
{
background-color: #B86606;
}
</style>
border-color css
<style>
span { border-color: #B86606; }
span { border-color: rgb(184,102,6); }
td.TdClassName
{
border-color: #B86606;
}
.TagClassName
{
border-color: #B86606;
}
</style>