Shades of Teak #B68459
Tints of Teak #B68459
RGB
CMYK
RGB Variations
Color information
#B68459 (or 0xB68459) is known color: Teak. HEX triplet: B6, 84 and 59. RGB value is (182,132,89). Sum of RGB (Red+Green+Blue) = 182+132+89=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B68459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68459 is #497BA6. Grayscale: #8E8E8E. Windows color (decimal): -4815783 or 5866678. OLE color: 5866678.
HSL color Cylindrical-coordinate representation of color #B68459: hue angle of 27.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B68459 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 89 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.29 |
| HSL | 27.74º | 0.39% | 0.53% | - |
| HSV(B) | 27.74º | 0.51% | 0.71% | - |
| XYZ | 29.35 | 27.17 | 13.15 | - |
| YUV | 142.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 89 | 0 | 0.27 | 0.51 | 0.29 | 27.74 | 0.39 | 0.53 |
| Hex | B6 | 84 | 59 | 0 | 1B | 33 | 1D | 1C | 27 | 35 |
| Octal | 266 | 204 | 131 | 0 | 33 | 63 | 35 | 34 | 47 | 65 |
| Binary | 10110110 | 10000100 | 1011001 | 0 | 11011 | 110011 | 11101 | 11100 | 100111 | 110101 |
Color Harmonies of #B68459
Complementary color
Monochromatic Colors of #B68459
Black with #B68459
Text Example
Text Example
White with #B68459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68459; }
p { color: rgb(182,132,89); }
H1.HeaderClassName
{
color: #B68459;
}
.AnyTagClassName
{
color: #B68459;
}
</style>
background-color css
<style>
a { background-color: #B68459; }
a { background-color: rgb(182,132,89); }
div.DivClassName
{
background-color: #B68459;
}
.BgClassName
{
background-color: #B68459;
}
</style>
border-color css
<style>
span { border-color: #B68459; }
span { border-color: rgb(182,132,89); }
td.TdClassName
{
border-color: #B68459;
}
.TagClassName
{
border-color: #B68459;
}
</style>