Shades of Tenne (Tawny) #B9620D
Tints of Tenne (Tawny) #B9620D
RGB
CMYK
RGB Variations
Color information
#B9620D (or 0xB9620D) is known color: Tenne (Tawny). HEX triplet: B9, 62 and 0D. RGB value is (185,98,13). Sum of RGB (Red+Green+Blue) = 185+98+13=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9620D is #469DF2. Grayscale: #727272. Windows color (decimal): -4627955 or 877241. OLE color: 877241.
HSL color Cylindrical-coordinate representation of color #B9620D: hue angle of 29.65º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9620D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.27 |
| HSL | 29.65º | 0.87% | 0.39% | - |
| HSV(B) | 29.65º | 0.93% | 0.73% | - |
| XYZ | 24.45 | 19.08 | 2.77 | - |
| YUV | 114.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 13 | 0 | 0.47 | 0.93 | 0.27 | 29.65 | 0.87 | 0.39 |
| Hex | B9 | 62 | D | 0 | 2F | 5D | 1B | 1E | 57 | 27 |
| Octal | 271 | 142 | 15 | 0 | 57 | 135 | 33 | 36 | 127 | 47 |
| Binary | 10111001 | 1100010 | 1101 | 0 | 101111 | 1011101 | 11011 | 11110 | 1010111 | 100111 |
Color Harmonies of #B9620D
Complementary color
Monochromatic Colors of #B9620D
Black with #B9620D
Text Example
Text Example
White with #B9620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9620D; }
p { color: rgb(185,98,13); }
H1.HeaderClassName
{
color: #B9620D;
}
.AnyTagClassName
{
color: #B9620D;
}
</style>
background-color css
<style>
a { background-color: #B9620D; }
a { background-color: rgb(185,98,13); }
div.DivClassName
{
background-color: #B9620D;
}
.BgClassName
{
background-color: #B9620D;
}
</style>
border-color css
<style>
span { border-color: #B9620D; }
span { border-color: rgb(185,98,13); }
td.TdClassName
{
border-color: #B9620D;
}
.TagClassName
{
border-color: #B9620D;
}
</style>