Shades of Thatch #B68E89
Tints of Thatch #B68E89
RGB
CMYK
RGB Variations
Color information
#B68E89 (or 0xB68E89) is known color: Thatch. HEX triplet: B6, 8E and 89. RGB value is (182,142,137). Sum of RGB (Red+Green+Blue) = 182+142+137=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68E89 is #497176. Grayscale: #999999. Windows color (decimal): -4813175 or 9014966. OLE color: 9014966.
HSL color Cylindrical-coordinate representation of color #B68E89: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68E89 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 142 | 137 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.29 |
| HSL | 6.67º | 0.24% | 0.63% | - |
| HSV(B) | 6.67º | 0.25% | 0.71% | - |
| XYZ | 33.48 | 31.1 | 27.9 | - |
| YUV | 153.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 137 | 0 | 0.22 | 0.25 | 0.29 | 6.67 | 0.24 | 0.63 |
| Hex | B6 | 8E | 89 | 0 | 16 | 19 | 1D | 7 | 18 | 3F |
| Octal | 266 | 216 | 211 | 0 | 26 | 31 | 35 | 7 | 30 | 77 |
| Binary | 10110110 | 10001110 | 10001001 | 0 | 10110 | 11001 | 11101 | 111 | 11000 | 111111 |
Color Harmonies of #B68E89
Complementary color
Monochromatic Colors of #B68E89
Black with #B68E89
Text Example
Text Example
White with #B68E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68E89; }
p { color: rgb(182,142,137); }
H1.HeaderClassName
{
color: #B68E89;
}
.AnyTagClassName
{
color: #B68E89;
}
</style>
background-color css
<style>
a { background-color: #B68E89; }
a { background-color: rgb(182,142,137); }
div.DivClassName
{
background-color: #B68E89;
}
.BgClassName
{
background-color: #B68E89;
}
</style>
border-color css
<style>
span { border-color: #B68E89; }
span { border-color: rgb(182,142,137); }
td.TdClassName
{
border-color: #B68E89;
}
.TagClassName
{
border-color: #B68E89;
}
</style>