Shades of Tenne (Tawny) #B7640D
Tints of Tenne (Tawny) #B7640D
RGB
CMYK
RGB Variations
Color information
#B7640D (or 0xB7640D) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 0D. RGB value is (183,100,13). Sum of RGB (Red+Green+Blue) = 183+100+13=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7640D is #489BF2. Grayscale: #737373. Windows color (decimal): -4758515 or 877751. OLE color: 877751.
HSL color Cylindrical-coordinate representation of color #B7640D: hue angle of 30.71º 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 #B7640D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.28 |
| HSL | 30.71º | 0.87% | 0.38% | - |
| HSV(B) | 30.71º | 0.93% | 0.72% | - |
| XYZ | 24.16 | 19.21 | 2.82 | - |
| YUV | 114.9 | 70.5 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 13 | 0 | 0.45 | 0.93 | 0.28 | 30.71 | 0.87 | 0.38 |
| Hex | B7 | 64 | D | 0 | 2D | 5D | 1C | 1F | 57 | 26 |
| Octal | 267 | 144 | 15 | 0 | 55 | 135 | 34 | 37 | 127 | 46 |
| Binary | 10110111 | 1100100 | 1101 | 0 | 101101 | 1011101 | 11100 | 11111 | 1010111 | 100110 |
Color Harmonies of #B7640D
Complementary color
Monochromatic Colors of #B7640D
Black with #B7640D
Text Example
Text Example
White with #B7640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7640D; }
p { color: rgb(183,100,13); }
H1.HeaderClassName
{
color: #B7640D;
}
.AnyTagClassName
{
color: #B7640D;
}
</style>
background-color css
<style>
a { background-color: #B7640D; }
a { background-color: rgb(183,100,13); }
div.DivClassName
{
background-color: #B7640D;
}
.BgClassName
{
background-color: #B7640D;
}
</style>
border-color css
<style>
span { border-color: #B7640D; }
span { border-color: rgb(183,100,13); }
td.TdClassName
{
border-color: #B7640D;
}
.TagClassName
{
border-color: #B7640D;
}
</style>