Shades of Tenne (Tawny) #B7610D
Tints of Tenne (Tawny) #B7610D
RGB
CMYK
RGB Variations
Color information
#B7610D (or 0xB7610D) is known color: Tenne (Tawny). HEX triplet: B7, 61 and 0D. RGB value is (183,97,13). Sum of RGB (Red+Green+Blue) = 183+97+13=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7610D is #489EF2. Grayscale: #717171. Windows color (decimal): -4759283 or 876983. OLE color: 876983.
HSL color Cylindrical-coordinate representation of color #B7610D: hue angle of 29.65º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7610D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.28 |
| HSL | 29.65º | 0.87% | 0.38% | - |
| HSV(B) | 29.65º | 0.93% | 0.72% | - |
| XYZ | 23.88 | 18.65 | 2.72 | - |
| YUV | 113.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 13 | 0 | 0.47 | 0.93 | 0.28 | 29.65 | 0.87 | 0.38 |
| Hex | B7 | 61 | D | 0 | 2F | 5D | 1C | 1E | 57 | 26 |
| Octal | 267 | 141 | 15 | 0 | 57 | 135 | 34 | 36 | 127 | 46 |
| Binary | 10110111 | 1100001 | 1101 | 0 | 101111 | 1011101 | 11100 | 11110 | 1010111 | 100110 |
Color Harmonies of #B7610D
Complementary color
Monochromatic Colors of #B7610D
Black with #B7610D
Text Example
Text Example
White with #B7610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7610D; }
p { color: rgb(183,97,13); }
H1.HeaderClassName
{
color: #B7610D;
}
.AnyTagClassName
{
color: #B7610D;
}
</style>
background-color css
<style>
a { background-color: #B7610D; }
a { background-color: rgb(183,97,13); }
div.DivClassName
{
background-color: #B7610D;
}
.BgClassName
{
background-color: #B7610D;
}
</style>
border-color css
<style>
span { border-color: #B7610D; }
span { border-color: rgb(183,97,13); }
td.TdClassName
{
border-color: #B7610D;
}
.TagClassName
{
border-color: #B7610D;
}
</style>