Shades of Thatch #B69089
Tints of Thatch #B69089
RGB
CMYK
RGB Variations
Color information
#B69089 (or 0xB69089) is known color: Thatch. HEX triplet: B6, 90 and 89. RGB value is (182,144,137). Sum of RGB (Red+Green+Blue) = 182+144+137=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B69089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69089 is #496F76. Grayscale: #9A9A9A. Windows color (decimal): -4812663 or 9015478. OLE color: 9015478.
HSL color Cylindrical-coordinate representation of color #B69089: hue angle of 9.33º 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 #B69089 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 137 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.29 |
| HSL | 9.33º | 0.24% | 0.63% | - |
| HSV(B) | 9.33º | 0.25% | 0.71% | - |
| XYZ | 33.78 | 31.7 | 28 | - |
| YUV | 154.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 137 | 0 | 0.21 | 0.25 | 0.29 | 9.33 | 0.24 | 0.63 |
| Hex | B6 | 90 | 89 | 0 | 15 | 19 | 1D | 9 | 18 | 3F |
| Octal | 266 | 220 | 211 | 0 | 25 | 31 | 35 | 11 | 30 | 77 |
| Binary | 10110110 | 10010000 | 10001001 | 0 | 10101 | 11001 | 11101 | 1001 | 11000 | 111111 |
Color Harmonies of #B69089
Complementary color
Monochromatic Colors of #B69089
Black with #B69089
Text Example
Text Example
White with #B69089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69089; }
p { color: rgb(182,144,137); }
H1.HeaderClassName
{
color: #B69089;
}
.AnyTagClassName
{
color: #B69089;
}
</style>
background-color css
<style>
a { background-color: #B69089; }
a { background-color: rgb(182,144,137); }
div.DivClassName
{
background-color: #B69089;
}
.BgClassName
{
background-color: #B69089;
}
</style>
border-color css
<style>
span { border-color: #B69089; }
span { border-color: rgb(182,144,137); }
td.TdClassName
{
border-color: #B69089;
}
.TagClassName
{
border-color: #B69089;
}
</style>