Shades of Teak #B6894E
Tints of Teak #B6894E
RGB
CMYK
RGB Variations
Color information
#B6894E (or 0xB6894E) is known color: Teak. HEX triplet: B6, 89 and 4E. RGB value is (182,137,78). Sum of RGB (Red+Green+Blue) = 182+137+78=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6894E is #4976B1. Grayscale: #909090. Windows color (decimal): -4814514 or 5147062. OLE color: 5147062.
HSL color Cylindrical-coordinate representation of color #B6894E: hue angle of 34.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6894E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 78 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.29 |
| HSL | 34.04º | 0.42% | 0.51% | - |
| HSV(B) | 34.04º | 0.57% | 0.71% | - |
| XYZ | 29.61 | 28.39 | 11.13 | - |
| YUV | 143.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 78 | 0 | 0.25 | 0.57 | 0.29 | 34.04 | 0.42 | 0.51 |
| Hex | B6 | 89 | 4E | 0 | 19 | 39 | 1D | 22 | 2A | 33 |
| Octal | 266 | 211 | 116 | 0 | 31 | 71 | 35 | 42 | 52 | 63 |
| Binary | 10110110 | 10001001 | 1001110 | 0 | 11001 | 111001 | 11101 | 100010 | 101010 | 110011 |
Color Harmonies of #B6894E
Complementary color
Monochromatic Colors of #B6894E
Black with #B6894E
Text Example
Text Example
White with #B6894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6894E; }
p { color: rgb(182,137,78); }
H1.HeaderClassName
{
color: #B6894E;
}
.AnyTagClassName
{
color: #B6894E;
}
</style>
background-color css
<style>
a { background-color: #B6894E; }
a { background-color: rgb(182,137,78); }
div.DivClassName
{
background-color: #B6894E;
}
.BgClassName
{
background-color: #B6894E;
}
</style>
border-color css
<style>
span { border-color: #B6894E; }
span { border-color: rgb(182,137,78); }
td.TdClassName
{
border-color: #B6894E;
}
.TagClassName
{
border-color: #B6894E;
}
</style>