Shades of Teak #B68654
Tints of Teak #B68654
RGB
CMYK
RGB Variations
Color information
#B68654 (or 0xB68654) is known color: Teak. HEX triplet: B6, 86 and 54. RGB value is (182,134,84). Sum of RGB (Red+Green+Blue) = 182+134+84=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68654 is #4979AB. Grayscale: #8E8E8E. Windows color (decimal): -4815276 or 5539510. OLE color: 5539510.
HSL color Cylindrical-coordinate representation of color #B68654: hue angle of 30.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B68654 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 84 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.29 |
| HSL | 30.61º | 0.4% | 0.52% | - |
| HSV(B) | 30.61º | 0.54% | 0.71% | - |
| XYZ | 29.42 | 27.64 | 12.17 | - |
| YUV | 142.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 84 | 0 | 0.26 | 0.54 | 0.29 | 30.61 | 0.4 | 0.52 |
| Hex | B6 | 86 | 54 | 0 | 1A | 36 | 1D | 1F | 28 | 34 |
| Octal | 266 | 206 | 124 | 0 | 32 | 66 | 35 | 37 | 50 | 64 |
| Binary | 10110110 | 10000110 | 1010100 | 0 | 11010 | 110110 | 11101 | 11111 | 101000 | 110100 |
Color Harmonies of #B68654
Complementary color
Monochromatic Colors of #B68654
Black with #B68654
Text Example
Text Example
White with #B68654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68654; }
p { color: rgb(182,134,84); }
H1.HeaderClassName
{
color: #B68654;
}
.AnyTagClassName
{
color: #B68654;
}
</style>
background-color css
<style>
a { background-color: #B68654; }
a { background-color: rgb(182,134,84); }
div.DivClassName
{
background-color: #B68654;
}
.BgClassName
{
background-color: #B68654;
}
</style>
border-color css
<style>
span { border-color: #B68654; }
span { border-color: rgb(182,134,84); }
td.TdClassName
{
border-color: #B68654;
}
.TagClassName
{
border-color: #B68654;
}
</style>