Shades of Tenne (Tawny) #B6590C
Tints of Tenne (Tawny) #B6590C
RGB
CMYK
RGB Variations
Color information
#B6590C (or 0xB6590C) is known color: Tenne (Tawny). HEX triplet: B6, 59 and 0C. RGB value is (182,89,12). Sum of RGB (Red+Green+Blue) = 182+89+12=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6590C is #49A6F3. Grayscale: #6C6C6C. Windows color (decimal): -4826868 or 809398. OLE color: 809398.
HSL color Cylindrical-coordinate representation of color #B6590C: hue angle of 27.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6590C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.29 |
| HSL | 27.18º | 0.88% | 0.38% | - |
| HSV(B) | 27.18º | 0.93% | 0.71% | - |
| XYZ | 22.93 | 17.12 | 2.44 | - |
| YUV | 108.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 12 | 0 | 0.51 | 0.93 | 0.29 | 27.18 | 0.88 | 0.38 |
| Hex | B6 | 59 | C | 0 | 33 | 5D | 1D | 1B | 58 | 26 |
| Octal | 266 | 131 | 14 | 0 | 63 | 135 | 35 | 33 | 130 | 46 |
| Binary | 10110110 | 1011001 | 1100 | 0 | 110011 | 1011101 | 11101 | 11011 | 1011000 | 100110 |
Color Harmonies of #B6590C
Complementary color
Monochromatic Colors of #B6590C
Black with #B6590C
Text Example
Text Example
White with #B6590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6590C; }
p { color: rgb(182,89,12); }
H1.HeaderClassName
{
color: #B6590C;
}
.AnyTagClassName
{
color: #B6590C;
}
</style>
background-color css
<style>
a { background-color: #B6590C; }
a { background-color: rgb(182,89,12); }
div.DivClassName
{
background-color: #B6590C;
}
.BgClassName
{
background-color: #B6590C;
}
</style>
border-color css
<style>
span { border-color: #B6590C; }
span { border-color: rgb(182,89,12); }
td.TdClassName
{
border-color: #B6590C;
}
.TagClassName
{
border-color: #B6590C;
}
</style>