Shades of Thatch #B6908A
Tints of Thatch #B6908A
RGB
CMYK
RGB Variations
Color information
#B6908A (or 0xB6908A) is known color: Thatch. HEX triplet: B6, 90 and 8A. RGB value is (182,144,138). Sum of RGB (Red+Green+Blue) = 182+144+138=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B6908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6908A is #496F75. Grayscale: #9A9A9A. Windows color (decimal): -4812662 or 9081014. OLE color: 9081014.
HSL color Cylindrical-coordinate representation of color #B6908A: hue angle of 8.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6908A is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 138 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.29 |
| HSL | 8.18º | 0.23% | 0.63% | - |
| HSV(B) | 8.18º | 0.24% | 0.71% | - |
| XYZ | 33.85 | 31.73 | 28.38 | - |
| YUV | 154.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 138 | 0 | 0.21 | 0.24 | 0.29 | 8.18 | 0.23 | 0.63 |
| Hex | B6 | 90 | 8A | 0 | 15 | 18 | 1D | 8 | 17 | 3F |
| Octal | 266 | 220 | 212 | 0 | 25 | 30 | 35 | 10 | 27 | 77 |
| Binary | 10110110 | 10010000 | 10001010 | 0 | 10101 | 11000 | 11101 | 1000 | 10111 | 111111 |
Color Harmonies of #B6908A
Complementary color
Monochromatic Colors of #B6908A
Black with #B6908A
Text Example
Text Example
White with #B6908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6908A; }
p { color: rgb(182,144,138); }
H1.HeaderClassName
{
color: #B6908A;
}
.AnyTagClassName
{
color: #B6908A;
}
</style>
background-color css
<style>
a { background-color: #B6908A; }
a { background-color: rgb(182,144,138); }
div.DivClassName
{
background-color: #B6908A;
}
.BgClassName
{
background-color: #B6908A;
}
</style>
border-color css
<style>
span { border-color: #B6908A; }
span { border-color: rgb(182,144,138); }
td.TdClassName
{
border-color: #B6908A;
}
.TagClassName
{
border-color: #B6908A;
}
</style>