Shades of Teak #B68756
Tints of Teak #B68756
RGB
CMYK
RGB Variations
Color information
#B68756 (or 0xB68756) is known color: Teak. HEX triplet: B6, 87 and 56. RGB value is (182,135,86). Sum of RGB (Red+Green+Blue) = 182+135+86=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B68756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68756 is #4978A9. Grayscale: #8F8F8F. Windows color (decimal): -4815018 or 5670838. OLE color: 5670838.
HSL color Cylindrical-coordinate representation of color #B68756: hue angle of 30.63º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68756 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 86 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.29 |
| HSL | 30.63º | 0.4% | 0.53% | - |
| HSV(B) | 30.63º | 0.53% | 0.71% | - |
| XYZ | 29.64 | 27.94 | 12.64 | - |
| YUV | 143.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 86 | 0 | 0.26 | 0.53 | 0.29 | 30.63 | 0.4 | 0.53 |
| Hex | B6 | 87 | 56 | 0 | 1A | 35 | 1D | 1F | 28 | 35 |
| Octal | 266 | 207 | 126 | 0 | 32 | 65 | 35 | 37 | 50 | 65 |
| Binary | 10110110 | 10000111 | 1010110 | 0 | 11010 | 110101 | 11101 | 11111 | 101000 | 110101 |
Color Harmonies of #B68756
Complementary color
Monochromatic Colors of #B68756
Black with #B68756
Text Example
Text Example
White with #B68756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68756; }
p { color: rgb(182,135,86); }
H1.HeaderClassName
{
color: #B68756;
}
.AnyTagClassName
{
color: #B68756;
}
</style>
background-color css
<style>
a { background-color: #B68756; }
a { background-color: rgb(182,135,86); }
div.DivClassName
{
background-color: #B68756;
}
.BgClassName
{
background-color: #B68756;
}
</style>
border-color css
<style>
span { border-color: #B68756; }
span { border-color: rgb(182,135,86); }
td.TdClassName
{
border-color: #B68756;
}
.TagClassName
{
border-color: #B68756;
}
</style>