Shades of Teak #B68556
Tints of Teak #B68556
RGB
CMYK
RGB Variations
Color information
#B68556 (or 0xB68556) is known color: Teak. HEX triplet: B6, 85 and 56. RGB value is (182,133,86). Sum of RGB (Red+Green+Blue) = 182+133+86=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68556 is #497AA9. Grayscale: #8E8E8E. Windows color (decimal): -4815530 or 5670326. OLE color: 5670326.
HSL color Cylindrical-coordinate representation of color #B68556: hue angle of 29.38º 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 #B68556 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 86 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.29 |
| HSL | 29.38º | 0.4% | 0.53% | - |
| HSV(B) | 29.38º | 0.53% | 0.71% | - |
| XYZ | 29.36 | 27.39 | 12.54 | - |
| YUV | 142.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 86 | 0 | 0.27 | 0.53 | 0.29 | 29.38 | 0.4 | 0.53 |
| Hex | B6 | 85 | 56 | 0 | 1B | 35 | 1D | 1D | 28 | 35 |
| Octal | 266 | 205 | 126 | 0 | 33 | 65 | 35 | 35 | 50 | 65 |
| Binary | 10110110 | 10000101 | 1010110 | 0 | 11011 | 110101 | 11101 | 11101 | 101000 | 110101 |
Color Harmonies of #B68556
Complementary color
Monochromatic Colors of #B68556
Black with #B68556
Text Example
Text Example
White with #B68556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68556; }
p { color: rgb(182,133,86); }
H1.HeaderClassName
{
color: #B68556;
}
.AnyTagClassName
{
color: #B68556;
}
</style>
background-color css
<style>
a { background-color: #B68556; }
a { background-color: rgb(182,133,86); }
div.DivClassName
{
background-color: #B68556;
}
.BgClassName
{
background-color: #B68556;
}
</style>
border-color css
<style>
span { border-color: #B68556; }
span { border-color: rgb(182,133,86); }
td.TdClassName
{
border-color: #B68556;
}
.TagClassName
{
border-color: #B68556;
}
</style>