Shades of Tenne (Tawny) #B76707
Tints of Tenne (Tawny) #B76707
RGB
CMYK
RGB Variations
Color information
#B76707 (or 0xB76707) is known color: Tenne (Tawny). HEX triplet: B7, 67 and 07. RGB value is (183,103,7). Sum of RGB (Red+Green+Blue) = 183+103+7=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76707 is #4898F8. Grayscale: #747474. Windows color (decimal): -4757753 or 485303. OLE color: 485303.
HSL color Cylindrical-coordinate representation of color #B76707: hue angle of 32.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B76707 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.28 |
| HSL | 32.73º | 0.93% | 0.37% | - |
| HSV(B) | 32.73º | 0.96% | 0.72% | - |
| XYZ | 24.42 | 19.78 | 2.73 | - |
| YUV | 115.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 7 | 0 | 0.44 | 0.96 | 0.28 | 32.73 | 0.93 | 0.37 |
| Hex | B7 | 67 | 7 | 0 | 2C | 60 | 1C | 21 | 5D | 25 |
| Octal | 267 | 147 | 7 | 0 | 54 | 140 | 34 | 41 | 135 | 45 |
| Binary | 10110111 | 1100111 | 111 | 0 | 101100 | 1100000 | 11100 | 100001 | 1011101 | 100101 |
Color Harmonies of #B76707
Complementary color
Monochromatic Colors of #B76707
Black with #B76707
Text Example
Text Example
White with #B76707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76707; }
p { color: rgb(183,103,7); }
H1.HeaderClassName
{
color: #B76707;
}
.AnyTagClassName
{
color: #B76707;
}
</style>
background-color css
<style>
a { background-color: #B76707; }
a { background-color: rgb(183,103,7); }
div.DivClassName
{
background-color: #B76707;
}
.BgClassName
{
background-color: #B76707;
}
</style>
border-color css
<style>
span { border-color: #B76707; }
span { border-color: rgb(183,103,7); }
td.TdClassName
{
border-color: #B76707;
}
.TagClassName
{
border-color: #B76707;
}
</style>