Shades of Tenne (Tawny) #B9630D
Tints of Tenne (Tawny) #B9630D
RGB
CMYK
RGB Variations
Color information
#B9630D (or 0xB9630D) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 0D. RGB value is (185,99,13). Sum of RGB (Red+Green+Blue) = 185+99+13=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9630D is #469CF2. Grayscale: #737373. Windows color (decimal): -4627699 or 877497. OLE color: 877497.
HSL color Cylindrical-coordinate representation of color #B9630D: hue angle of 30º 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 #B9630D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.27 |
| HSL | 30º | 0.87% | 0.39% | - |
| HSV(B) | 30º | 0.93% | 0.73% | - |
| XYZ | 24.54 | 19.27 | 2.81 | - |
| YUV | 114.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 13 | 0 | 0.46 | 0.93 | 0.27 | 30 | 0.87 | 0.39 |
| Hex | B9 | 63 | D | 0 | 2E | 5D | 1B | 1E | 57 | 27 |
| Octal | 271 | 143 | 15 | 0 | 56 | 135 | 33 | 36 | 127 | 47 |
| Binary | 10111001 | 1100011 | 1101 | 0 | 101110 | 1011101 | 11011 | 11110 | 1010111 | 100111 |
Color Harmonies of #B9630D
Complementary color
Monochromatic Colors of #B9630D
Black with #B9630D
Text Example
Text Example
White with #B9630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9630D; }
p { color: rgb(185,99,13); }
H1.HeaderClassName
{
color: #B9630D;
}
.AnyTagClassName
{
color: #B9630D;
}
</style>
background-color css
<style>
a { background-color: #B9630D; }
a { background-color: rgb(185,99,13); }
div.DivClassName
{
background-color: #B9630D;
}
.BgClassName
{
background-color: #B9630D;
}
</style>
border-color css
<style>
span { border-color: #B9630D; }
span { border-color: rgb(185,99,13); }
td.TdClassName
{
border-color: #B9630D;
}
.TagClassName
{
border-color: #B9630D;
}
</style>