Shades of Teak #B68358
Tints of Teak #B68358
RGB
CMYK
RGB Variations
Color information
#B68358 (or 0xB68358) is known color: Teak. HEX triplet: B6, 83 and 58. RGB value is (182,131,88). Sum of RGB (Red+Green+Blue) = 182+131+88=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68358 is #497CA7. Grayscale: #8D8D8D. Windows color (decimal): -4816040 or 5800886. OLE color: 5800886.
HSL color Cylindrical-coordinate representation of color #B68358: hue angle of 27.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68358 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 88 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.29 |
| HSL | 27.45º | 0.39% | 0.53% | - |
| HSV(B) | 27.45º | 0.52% | 0.71% | - |
| XYZ | 29.17 | 26.88 | 12.88 | - |
| YUV | 141.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 88 | 0 | 0.28 | 0.52 | 0.29 | 27.45 | 0.39 | 0.53 |
| Hex | B6 | 83 | 58 | 0 | 1C | 34 | 1D | 1B | 27 | 35 |
| Octal | 266 | 203 | 130 | 0 | 34 | 64 | 35 | 33 | 47 | 65 |
| Binary | 10110110 | 10000011 | 1011000 | 0 | 11100 | 110100 | 11101 | 11011 | 100111 | 110101 |
Color Harmonies of #B68358
Complementary color
Monochromatic Colors of #B68358
Black with #B68358
Text Example
Text Example
White with #B68358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68358; }
p { color: rgb(182,131,88); }
H1.HeaderClassName
{
color: #B68358;
}
.AnyTagClassName
{
color: #B68358;
}
</style>
background-color css
<style>
a { background-color: #B68358; }
a { background-color: rgb(182,131,88); }
div.DivClassName
{
background-color: #B68358;
}
.BgClassName
{
background-color: #B68358;
}
</style>
border-color css
<style>
span { border-color: #B68358; }
span { border-color: rgb(182,131,88); }
td.TdClassName
{
border-color: #B68358;
}
.TagClassName
{
border-color: #B68358;
}
</style>