Shades of Thatch #B6908B
Tints of Thatch #B6908B
RGB
CMYK
RGB Variations
Color information
#B6908B (or 0xB6908B) is known color: Thatch. HEX triplet: B6, 90 and 8B. RGB value is (182,144,139). Sum of RGB (Red+Green+Blue) = 182+144+139=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6908B is #496F74. Grayscale: #9A9A9A. Windows color (decimal): -4812661 or 9146550. OLE color: 9146550.
HSL color Cylindrical-coordinate representation of color #B6908B: hue angle of 6.98º 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 #B6908B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 139 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.29 |
| HSL | 6.98º | 0.23% | 0.63% | - |
| HSV(B) | 6.98º | 0.24% | 0.71% | - |
| XYZ | 33.92 | 31.76 | 28.77 | - |
| YUV | 154.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 139 | 0 | 0.21 | 0.24 | 0.29 | 6.98 | 0.23 | 0.63 |
| Hex | B6 | 90 | 8B | 0 | 15 | 18 | 1D | 7 | 17 | 3F |
| Octal | 266 | 220 | 213 | 0 | 25 | 30 | 35 | 7 | 27 | 77 |
| Binary | 10110110 | 10010000 | 10001011 | 0 | 10101 | 11000 | 11101 | 111 | 10111 | 111111 |
Color Harmonies of #B6908B
Complementary color
Monochromatic Colors of #B6908B
Black with #B6908B
Text Example
Text Example
White with #B6908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6908B; }
p { color: rgb(182,144,139); }
H1.HeaderClassName
{
color: #B6908B;
}
.AnyTagClassName
{
color: #B6908B;
}
</style>
background-color css
<style>
a { background-color: #B6908B; }
a { background-color: rgb(182,144,139); }
div.DivClassName
{
background-color: #B6908B;
}
.BgClassName
{
background-color: #B6908B;
}
</style>
border-color css
<style>
span { border-color: #B6908B; }
span { border-color: rgb(182,144,139); }
td.TdClassName
{
border-color: #B6908B;
}
.TagClassName
{
border-color: #B6908B;
}
</style>