Shades of Tenne (Tawny) #B86608
Tints of Tenne (Tawny) #B86608
RGB
CMYK
RGB Variations
Color information
#B86608 (or 0xB86608) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 08. RGB value is (184,102,8). Sum of RGB (Red+Green+Blue) = 184+102+8=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B86608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86608 is #4799F7. Grayscale: #747474. Windows color (decimal): -4692472 or 550584. OLE color: 550584.
HSL color Cylindrical-coordinate representation of color #B86608: hue angle of 32.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86608 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.28 |
| HSL | 32.05º | 0.92% | 0.38% | - |
| HSV(B) | 32.05º | 0.96% | 0.72% | - |
| XYZ | 24.56 | 19.71 | 2.74 | - |
| YUV | 115.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 8 | 0 | 0.45 | 0.96 | 0.28 | 32.05 | 0.92 | 0.38 |
| Hex | B8 | 66 | 8 | 0 | 2D | 60 | 1C | 20 | 5C | 26 |
| Octal | 270 | 146 | 10 | 0 | 55 | 140 | 34 | 40 | 134 | 46 |
| Binary | 10111000 | 1100110 | 1000 | 0 | 101101 | 1100000 | 11100 | 100000 | 1011100 | 100110 |
Color Harmonies of #B86608
Complementary color
Monochromatic Colors of #B86608
Black with #B86608
Text Example
Text Example
White with #B86608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86608; }
p { color: rgb(184,102,8); }
H1.HeaderClassName
{
color: #B86608;
}
.AnyTagClassName
{
color: #B86608;
}
</style>
background-color css
<style>
a { background-color: #B86608; }
a { background-color: rgb(184,102,8); }
div.DivClassName
{
background-color: #B86608;
}
.BgClassName
{
background-color: #B86608;
}
</style>
border-color css
<style>
span { border-color: #B86608; }
span { border-color: rgb(184,102,8); }
td.TdClassName
{
border-color: #B86608;
}
.TagClassName
{
border-color: #B86608;
}
</style>