Shades of Tenne (Tawny) #B8660D
Tints of Tenne (Tawny) #B8660D
RGB
CMYK
RGB Variations
Color information
#B8660D (or 0xB8660D) is known color: Tenne (Tawny). HEX triplet: B8, 66 and 0D. RGB value is (184,102,13). Sum of RGB (Red+Green+Blue) = 184+102+13=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8660D is #4799F2. Grayscale: #747474. Windows color (decimal): -4692467 or 878264. OLE color: 878264.
HSL color Cylindrical-coordinate representation of color #B8660D: hue angle of 31.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8660D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.28 |
| HSL | 31.23º | 0.87% | 0.39% | - |
| HSV(B) | 31.23º | 0.93% | 0.72% | - |
| XYZ | 24.59 | 19.72 | 2.89 | - |
| YUV | 116.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 13 | 0 | 0.45 | 0.93 | 0.28 | 31.23 | 0.87 | 0.39 |
| Hex | B8 | 66 | D | 0 | 2D | 5D | 1C | 1F | 57 | 27 |
| Octal | 270 | 146 | 15 | 0 | 55 | 135 | 34 | 37 | 127 | 47 |
| Binary | 10111000 | 1100110 | 1101 | 0 | 101101 | 1011101 | 11100 | 11111 | 1010111 | 100111 |
Color Harmonies of #B8660D
Complementary color
Monochromatic Colors of #B8660D
Black with #B8660D
Text Example
Text Example
White with #B8660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8660D; }
p { color: rgb(184,102,13); }
H1.HeaderClassName
{
color: #B8660D;
}
.AnyTagClassName
{
color: #B8660D;
}
</style>
background-color css
<style>
a { background-color: #B8660D; }
a { background-color: rgb(184,102,13); }
div.DivClassName
{
background-color: #B8660D;
}
.BgClassName
{
background-color: #B8660D;
}
</style>
border-color css
<style>
span { border-color: #B8660D; }
span { border-color: rgb(184,102,13); }
td.TdClassName
{
border-color: #B8660D;
}
.TagClassName
{
border-color: #B8660D;
}
</style>