Shades of Teak #B68855
Tints of Teak #B68855
RGB
CMYK
RGB Variations
Color information
#B68855 (or 0xB68855) is known color: Teak. HEX triplet: B6, 88 and 55. RGB value is (182,136,85). Sum of RGB (Red+Green+Blue) = 182+136+85=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B68855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68855 is #4977AA. Grayscale: #909090. Windows color (decimal): -4814763 or 5605558. OLE color: 5605558.
HSL color Cylindrical-coordinate representation of color #B68855: hue angle of 31.55º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68855 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 85 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.29 |
| HSL | 31.55º | 0.4% | 0.52% | - |
| HSV(B) | 31.55º | 0.53% | 0.71% | - |
| XYZ | 29.74 | 28.21 | 12.47 | - |
| YUV | 143.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 85 | 0 | 0.25 | 0.53 | 0.29 | 31.55 | 0.4 | 0.52 |
| Hex | B6 | 88 | 55 | 0 | 19 | 35 | 1D | 20 | 28 | 34 |
| Octal | 266 | 210 | 125 | 0 | 31 | 65 | 35 | 40 | 50 | 64 |
| Binary | 10110110 | 10001000 | 1010101 | 0 | 11001 | 110101 | 11101 | 100000 | 101000 | 110100 |
Color Harmonies of #B68855
Complementary color
Monochromatic Colors of #B68855
Black with #B68855
Text Example
Text Example
White with #B68855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68855; }
p { color: rgb(182,136,85); }
H1.HeaderClassName
{
color: #B68855;
}
.AnyTagClassName
{
color: #B68855;
}
</style>
background-color css
<style>
a { background-color: #B68855; }
a { background-color: rgb(182,136,85); }
div.DivClassName
{
background-color: #B68855;
}
.BgClassName
{
background-color: #B68855;
}
</style>
border-color css
<style>
span { border-color: #B68855; }
span { border-color: rgb(182,136,85); }
td.TdClassName
{
border-color: #B68855;
}
.TagClassName
{
border-color: #B68855;
}
</style>