Shades of Tenne (Tawny) #B7680B
Tints of Tenne (Tawny) #B7680B
RGB
CMYK
RGB Variations
Color information
#B7680B (or 0xB7680B) is known color: Tenne (Tawny). HEX triplet: B7, 68 and 0B. RGB value is (183,104,11). Sum of RGB (Red+Green+Blue) = 183+104+11=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7680B is #4897F4. Grayscale: #757575. Windows color (decimal): -4757493 or 747703. OLE color: 747703.
HSL color Cylindrical-coordinate representation of color #B7680B: hue angle of 32.44º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7680B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.28 |
| HSL | 32.44º | 0.89% | 0.38% | - |
| HSV(B) | 32.44º | 0.94% | 0.72% | - |
| XYZ | 24.54 | 19.99 | 2.88 | - |
| YUV | 117.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 11 | 0 | 0.43 | 0.94 | 0.28 | 32.44 | 0.89 | 0.38 |
| Hex | B7 | 68 | B | 0 | 2B | 5E | 1C | 20 | 59 | 26 |
| Octal | 267 | 150 | 13 | 0 | 53 | 136 | 34 | 40 | 131 | 46 |
| Binary | 10110111 | 1101000 | 1011 | 0 | 101011 | 1011110 | 11100 | 100000 | 1011001 | 100110 |
Color Harmonies of #B7680B
Complementary color
Monochromatic Colors of #B7680B
Black with #B7680B
Text Example
Text Example
White with #B7680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7680B; }
p { color: rgb(183,104,11); }
H1.HeaderClassName
{
color: #B7680B;
}
.AnyTagClassName
{
color: #B7680B;
}
</style>
background-color css
<style>
a { background-color: #B7680B; }
a { background-color: rgb(183,104,11); }
div.DivClassName
{
background-color: #B7680B;
}
.BgClassName
{
background-color: #B7680B;
}
</style>
border-color css
<style>
span { border-color: #B7680B; }
span { border-color: rgb(183,104,11); }
td.TdClassName
{
border-color: #B7680B;
}
.TagClassName
{
border-color: #B7680B;
}
</style>