Shades of Teak #B68751
Tints of Teak #B68751
RGB
CMYK
RGB Variations
Color information
#B68751 (or 0xB68751) is known color: Teak. HEX triplet: B6, 87 and 51. RGB value is (182,135,81). Sum of RGB (Red+Green+Blue) = 182+135+81=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68751 is #4978AE. Grayscale: #8F8F8F. Windows color (decimal): -4815023 or 5343158. OLE color: 5343158.
HSL color Cylindrical-coordinate representation of color #B68751: hue angle of 32.08º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B68751 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 81 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.29 |
| HSL | 32.08º | 0.41% | 0.52% | - |
| HSV(B) | 32.08º | 0.55% | 0.71% | - |
| XYZ | 29.44 | 27.87 | 11.61 | - |
| YUV | 142.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 81 | 0 | 0.26 | 0.55 | 0.29 | 32.08 | 0.41 | 0.52 |
| Hex | B6 | 87 | 51 | 0 | 1A | 37 | 1D | 20 | 29 | 34 |
| Octal | 266 | 207 | 121 | 0 | 32 | 67 | 35 | 40 | 51 | 64 |
| Binary | 10110110 | 10000111 | 1010001 | 0 | 11010 | 110111 | 11101 | 100000 | 101001 | 110100 |
Color Harmonies of #B68751
Complementary color
Monochromatic Colors of #B68751
Black with #B68751
Text Example
Text Example
White with #B68751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68751; }
p { color: rgb(182,135,81); }
H1.HeaderClassName
{
color: #B68751;
}
.AnyTagClassName
{
color: #B68751;
}
</style>
background-color css
<style>
a { background-color: #B68751; }
a { background-color: rgb(182,135,81); }
div.DivClassName
{
background-color: #B68751;
}
.BgClassName
{
background-color: #B68751;
}
</style>
border-color css
<style>
span { border-color: #B68751; }
span { border-color: rgb(182,135,81); }
td.TdClassName
{
border-color: #B68751;
}
.TagClassName
{
border-color: #B68751;
}
</style>