Shades of Tenne (Tawny) #B75E06
Tints of Tenne (Tawny) #B75E06
RGB
CMYK
RGB Variations
Color information
#B75E06 (or 0xB75E06) is known color: Tenne (Tawny). HEX triplet: B7, 5E and 06. RGB value is (183,94,6). Sum of RGB (Red+Green+Blue) = 183+94+6=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E06 is #48A1F9. Grayscale: #6F6F6F. Windows color (decimal): -4760058 or 417463. OLE color: 417463.
HSL color Cylindrical-coordinate representation of color #B75E06: hue angle of 29.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B75E06 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.28 |
| HSL | 29.83º | 0.94% | 0.37% | - |
| HSV(B) | 29.83º | 0.97% | 0.72% | - |
| XYZ | 23.56 | 18.09 | 2.42 | - |
| YUV | 110.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 6 | 0 | 0.49 | 0.97 | 0.28 | 29.83 | 0.94 | 0.37 |
| Hex | B7 | 5E | 6 | 0 | 31 | 61 | 1C | 1E | 5E | 25 |
| Octal | 267 | 136 | 6 | 0 | 61 | 141 | 34 | 36 | 136 | 45 |
| Binary | 10110111 | 1011110 | 110 | 0 | 110001 | 1100001 | 11100 | 11110 | 1011110 | 100101 |
Color Harmonies of #B75E06
Complementary color
Monochromatic Colors of #B75E06
Black with #B75E06
Text Example
Text Example
White with #B75E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E06; }
p { color: rgb(183,94,6); }
H1.HeaderClassName
{
color: #B75E06;
}
.AnyTagClassName
{
color: #B75E06;
}
</style>
background-color css
<style>
a { background-color: #B75E06; }
a { background-color: rgb(183,94,6); }
div.DivClassName
{
background-color: #B75E06;
}
.BgClassName
{
background-color: #B75E06;
}
</style>
border-color css
<style>
span { border-color: #B75E06; }
span { border-color: rgb(183,94,6); }
td.TdClassName
{
border-color: #B75E06;
}
.TagClassName
{
border-color: #B75E06;
}
</style>