Shades of Tenne (Tawny) #BE6606
Tints of Tenne (Tawny) #BE6606
RGB
CMYK
RGB Variations
Color information
#BE6606 (or 0xBE6606) is known color: Tenne (Tawny). HEX triplet: BE, 66 and 06. RGB value is (190,102,6). Sum of RGB (Red+Green+Blue) = 190+102+6=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6606 is #4199F9. Grayscale: #757575. Windows color (decimal): -4299258 or 419518. OLE color: 419518.
HSL color Cylindrical-coordinate representation of color #BE6606: hue angle of 31.3º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE6606 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.25 |
| HSL | 31.3º | 0.94% | 0.38% | - |
| HSV(B) | 31.3º | 0.97% | 0.75% | - |
| XYZ | 26.02 | 20.46 | 2.75 | - |
| YUV | 117.37 | 65.15 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 6 | 0 | 0.46 | 0.97 | 0.25 | 31.3 | 0.94 | 0.38 |
| Hex | BE | 66 | 6 | 0 | 2E | 61 | 19 | 1F | 5E | 26 |
| Octal | 276 | 146 | 6 | 0 | 56 | 141 | 31 | 37 | 136 | 46 |
| Binary | 10111110 | 1100110 | 110 | 0 | 101110 | 1100001 | 11001 | 11111 | 1011110 | 100110 |
Color Harmonies of #BE6606
Complementary color
Monochromatic Colors of #BE6606
Black with #BE6606
Text Example
Text Example
White with #BE6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6606; }
p { color: rgb(190,102,6); }
H1.HeaderClassName
{
color: #BE6606;
}
.AnyTagClassName
{
color: #BE6606;
}
</style>
background-color css
<style>
a { background-color: #BE6606; }
a { background-color: rgb(190,102,6); }
div.DivClassName
{
background-color: #BE6606;
}
.BgClassName
{
background-color: #BE6606;
}
</style>
border-color css
<style>
span { border-color: #BE6606; }
span { border-color: rgb(190,102,6); }
td.TdClassName
{
border-color: #BE6606;
}
.TagClassName
{
border-color: #BE6606;
}
</style>