Shades of Tenne (Tawny) #B7690A
Tints of Tenne (Tawny) #B7690A
RGB
CMYK
RGB Variations
Color information
#B7690A (or 0xB7690A) is known color: Tenne (Tawny). HEX triplet: B7, 69 and 0A. RGB value is (183,105,10). Sum of RGB (Red+Green+Blue) = 183+105+10=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7690A is #4896F5. Grayscale: #757575. Windows color (decimal): -4757238 or 682423. OLE color: 682423.
HSL color Cylindrical-coordinate representation of color #B7690A: hue angle of 32.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7690A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.28 |
| HSL | 32.95º | 0.9% | 0.38% | - |
| HSV(B) | 32.95º | 0.95% | 0.72% | - |
| XYZ | 24.63 | 20.19 | 2.89 | - |
| YUV | 117.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 10 | 0 | 0.43 | 0.95 | 0.28 | 32.95 | 0.9 | 0.38 |
| Hex | B7 | 69 | A | 0 | 2B | 5F | 1C | 21 | 5A | 26 |
| Octal | 267 | 151 | 12 | 0 | 53 | 137 | 34 | 41 | 132 | 46 |
| Binary | 10110111 | 1101001 | 1010 | 0 | 101011 | 1011111 | 11100 | 100001 | 1011010 | 100110 |
Color Harmonies of #B7690A
Complementary color
Monochromatic Colors of #B7690A
Black with #B7690A
Text Example
Text Example
White with #B7690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7690A; }
p { color: rgb(183,105,10); }
H1.HeaderClassName
{
color: #B7690A;
}
.AnyTagClassName
{
color: #B7690A;
}
</style>
background-color css
<style>
a { background-color: #B7690A; }
a { background-color: rgb(183,105,10); }
div.DivClassName
{
background-color: #B7690A;
}
.BgClassName
{
background-color: #B7690A;
}
</style>
border-color css
<style>
span { border-color: #B7690A; }
span { border-color: rgb(183,105,10); }
td.TdClassName
{
border-color: #B7690A;
}
.TagClassName
{
border-color: #B7690A;
}
</style>