Shades of Tenne (Tawny) #B86408
Tints of Tenne (Tawny) #B86408
RGB
CMYK
RGB Variations
Color information
#B86408 (or 0xB86408) is known color: Tenne (Tawny). HEX triplet: B8, 64 and 08. RGB value is (184,100,8). Sum of RGB (Red+Green+Blue) = 184+100+8=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B86408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86408 is #479BF7. Grayscale: #737373. Windows color (decimal): -4692984 or 550072. OLE color: 550072.
HSL color Cylindrical-coordinate representation of color #B86408: hue angle of 31.36º 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 #B86408 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.28 |
| HSL | 31.36º | 0.92% | 0.38% | - |
| HSV(B) | 31.36º | 0.96% | 0.72% | - |
| XYZ | 24.37 | 19.32 | 2.67 | - |
| YUV | 114.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 8 | 0 | 0.46 | 0.96 | 0.28 | 31.36 | 0.92 | 0.38 |
| Hex | B8 | 64 | 8 | 0 | 2E | 60 | 1C | 1F | 5C | 26 |
| Octal | 270 | 144 | 10 | 0 | 56 | 140 | 34 | 37 | 134 | 46 |
| Binary | 10111000 | 1100100 | 1000 | 0 | 101110 | 1100000 | 11100 | 11111 | 1011100 | 100110 |
Color Harmonies of #B86408
Complementary color
Monochromatic Colors of #B86408
Black with #B86408
Text Example
Text Example
White with #B86408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86408; }
p { color: rgb(184,100,8); }
H1.HeaderClassName
{
color: #B86408;
}
.AnyTagClassName
{
color: #B86408;
}
</style>
background-color css
<style>
a { background-color: #B86408; }
a { background-color: rgb(184,100,8); }
div.DivClassName
{
background-color: #B86408;
}
.BgClassName
{
background-color: #B86408;
}
</style>
border-color css
<style>
span { border-color: #B86408; }
span { border-color: rgb(184,100,8); }
td.TdClassName
{
border-color: #B86408;
}
.TagClassName
{
border-color: #B86408;
}
</style>