Shades of Tenne (Tawny) #B9680D
Tints of Tenne (Tawny) #B9680D
RGB
CMYK
RGB Variations
Color information
#B9680D (or 0xB9680D) is known color: Tenne (Tawny). HEX triplet: B9, 68 and 0D. RGB value is (185,104,13). Sum of RGB (Red+Green+Blue) = 185+104+13=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9680D is #4697F2. Grayscale: #767676. Windows color (decimal): -4626419 or 878777. OLE color: 878777.
HSL color Cylindrical-coordinate representation of color #B9680D: hue angle of 31.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9680D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 13 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.27 |
| HSL | 31.74º | 0.87% | 0.39% | - |
| HSV(B) | 31.74º | 0.93% | 0.73% | - |
| XYZ | 25.03 | 20.24 | 2.97 | - |
| YUV | 117.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 13 | 0 | 0.44 | 0.93 | 0.27 | 31.74 | 0.87 | 0.39 |
| Hex | B9 | 68 | D | 0 | 2C | 5D | 1B | 20 | 57 | 27 |
| Octal | 271 | 150 | 15 | 0 | 54 | 135 | 33 | 40 | 127 | 47 |
| Binary | 10111001 | 1101000 | 1101 | 0 | 101100 | 1011101 | 11011 | 100000 | 1010111 | 100111 |
Color Harmonies of #B9680D
Complementary color
Monochromatic Colors of #B9680D
Black with #B9680D
Text Example
Text Example
White with #B9680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9680D; }
p { color: rgb(185,104,13); }
H1.HeaderClassName
{
color: #B9680D;
}
.AnyTagClassName
{
color: #B9680D;
}
</style>
background-color css
<style>
a { background-color: #B9680D; }
a { background-color: rgb(185,104,13); }
div.DivClassName
{
background-color: #B9680D;
}
.BgClassName
{
background-color: #B9680D;
}
</style>
border-color css
<style>
span { border-color: #B9680D; }
span { border-color: rgb(185,104,13); }
td.TdClassName
{
border-color: #B9680D;
}
.TagClassName
{
border-color: #B9680D;
}
</style>