Shades of Tenne (Tawny) #B6620E
Tints of Tenne (Tawny) #B6620E
RGB
CMYK
RGB Variations
Color information
#B6620E (or 0xB6620E) is known color: Tenne (Tawny). HEX triplet: B6, 62 and 0E. RGB value is (182,98,14). Sum of RGB (Red+Green+Blue) = 182+98+14=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6620E is #499DF1. Grayscale: #717171. Windows color (decimal): -4824562 or 942774. OLE color: 942774.
HSL color Cylindrical-coordinate representation of color #B6620E: hue angle of 30º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6620E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.29 |
| HSL | 30º | 0.86% | 0.38% | - |
| HSV(B) | 30º | 0.92% | 0.71% | - |
| XYZ | 23.74 | 18.71 | 2.78 | - |
| YUV | 113.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 14 | 0 | 0.46 | 0.92 | 0.29 | 30 | 0.86 | 0.38 |
| Hex | B6 | 62 | E | 0 | 2E | 5C | 1D | 1E | 56 | 26 |
| Octal | 266 | 142 | 16 | 0 | 56 | 134 | 35 | 36 | 126 | 46 |
| Binary | 10110110 | 1100010 | 1110 | 0 | 101110 | 1011100 | 11101 | 11110 | 1010110 | 100110 |
Color Harmonies of #B6620E
Complementary color
Monochromatic Colors of #B6620E
Black with #B6620E
Text Example
Text Example
White with #B6620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6620E; }
p { color: rgb(182,98,14); }
H1.HeaderClassName
{
color: #B6620E;
}
.AnyTagClassName
{
color: #B6620E;
}
</style>
background-color css
<style>
a { background-color: #B6620E; }
a { background-color: rgb(182,98,14); }
div.DivClassName
{
background-color: #B6620E;
}
.BgClassName
{
background-color: #B6620E;
}
</style>
border-color css
<style>
span { border-color: #B6620E; }
span { border-color: rgb(182,98,14); }
td.TdClassName
{
border-color: #B6620E;
}
.TagClassName
{
border-color: #B6620E;
}
</style>