Shades of Tenne (Tawny) #B76600
Tints of Tenne (Tawny) #B76600
RGB
CMYK
RGB Variations
Color information
#B76600 (or 0xB76600) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 00. RGB value is (183,102,0). Sum of RGB (Red+Green+Blue) = 183+102+0=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B76600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76600 is #4899FF. Grayscale: #737373. Windows color (decimal): -4758016 or 26295. OLE color: 26295.
HSL color Cylindrical-coordinate representation of color #B76600: hue angle of 33.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B76600 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.28 |
| HSL | 33.44º | 1% | 0.36% | - |
| HSV(B) | 33.44º | 1% | 0.72% | - |
| XYZ | 24.28 | 19.57 | 2.5 | - |
| YUV | 114.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 0 | 0 | 0.44 | 1 | 0.28 | 33.44 | 1 | 0.36 |
| Hex | B7 | 66 | 0 | 0 | 2C | 64 | 1C | 21 | 64 | 24 |
| Octal | 267 | 146 | 0 | 0 | 54 | 144 | 34 | 41 | 144 | 44 |
| Binary | 10110111 | 1100110 | 0 | 0 | 101100 | 1100100 | 11100 | 100001 | 1100100 | 100100 |
Color Harmonies of #B76600
Complementary color
Monochromatic Colors of #B76600
Black with #B76600
Text Example
Text Example
White with #B76600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76600; }
p { color: rgb(183,102,0); }
H1.HeaderClassName
{
color: #B76600;
}
.AnyTagClassName
{
color: #B76600;
}
</style>
background-color css
<style>
a { background-color: #B76600; }
a { background-color: rgb(183,102,0); }
div.DivClassName
{
background-color: #B76600;
}
.BgClassName
{
background-color: #B76600;
}
</style>
border-color css
<style>
span { border-color: #B76600; }
span { border-color: rgb(183,102,0); }
td.TdClassName
{
border-color: #B76600;
}
.TagClassName
{
border-color: #B76600;
}
</style>