Shades of Tenne (Tawny) #B76607
Tints of Tenne (Tawny) #B76607
RGB
CMYK
RGB Variations
Color information
#B76607 (or 0xB76607) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 07. RGB value is (183,102,7). Sum of RGB (Red+Green+Blue) = 183+102+7=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B76607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76607 is #4899F8. Grayscale: #737373. Windows color (decimal): -4758009 or 485047. OLE color: 485047.
HSL color Cylindrical-coordinate representation of color #B76607: hue angle of 32.39º 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 #B76607 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.28 |
| HSL | 32.39º | 0.93% | 0.37% | - |
| HSV(B) | 32.39º | 0.96% | 0.72% | - |
| XYZ | 24.32 | 19.59 | 2.7 | - |
| YUV | 115.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 7 | 0 | 0.44 | 0.96 | 0.28 | 32.39 | 0.93 | 0.37 |
| Hex | B7 | 66 | 7 | 0 | 2C | 60 | 1C | 20 | 5D | 25 |
| Octal | 267 | 146 | 7 | 0 | 54 | 140 | 34 | 40 | 135 | 45 |
| Binary | 10110111 | 1100110 | 111 | 0 | 101100 | 1100000 | 11100 | 100000 | 1011101 | 100101 |
Color Harmonies of #B76607
Complementary color
Monochromatic Colors of #B76607
Black with #B76607
Text Example
Text Example
White with #B76607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76607; }
p { color: rgb(183,102,7); }
H1.HeaderClassName
{
color: #B76607;
}
.AnyTagClassName
{
color: #B76607;
}
</style>
background-color css
<style>
a { background-color: #B76607; }
a { background-color: rgb(183,102,7); }
div.DivClassName
{
background-color: #B76607;
}
.BgClassName
{
background-color: #B76607;
}
</style>
border-color css
<style>
span { border-color: #B76607; }
span { border-color: rgb(183,102,7); }
td.TdClassName
{
border-color: #B76607;
}
.TagClassName
{
border-color: #B76607;
}
</style>