Shades of Thatch #B6968E
Tints of Thatch #B6968E
RGB
CMYK
RGB Variations
Color information
#B6968E (or 0xB6968E) is known color: Thatch. HEX triplet: B6, 96 and 8E. RGB value is (182,150,142). Sum of RGB (Red+Green+Blue) = 182+150+142=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6968E is #496971. Grayscale: #9E9E9E. Windows color (decimal): -4811122 or 9344694. OLE color: 9344694.
HSL color Cylindrical-coordinate representation of color #B6968E: hue angle of 12º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6968E is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 142 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.29 |
| HSL | 12º | 0.22% | 0.64% | - |
| HSV(B) | 12º | 0.22% | 0.71% | - |
| XYZ | 35.08 | 33.71 | 30.25 | - |
| YUV | 158.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 142 | 0 | 0.18 | 0.22 | 0.29 | 12 | 0.22 | 0.64 |
| Hex | B6 | 96 | 8E | 0 | 12 | 16 | 1D | C | 16 | 40 |
| Octal | 266 | 226 | 216 | 0 | 22 | 26 | 35 | 14 | 26 | 100 |
| Binary | 10110110 | 10010110 | 10001110 | 0 | 10010 | 10110 | 11101 | 1100 | 10110 | 1000000 |
Color Harmonies of #B6968E
Complementary color
Monochromatic Colors of #B6968E
Black with #B6968E
Text Example
Text Example
White with #B6968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6968E; }
p { color: rgb(182,150,142); }
H1.HeaderClassName
{
color: #B6968E;
}
.AnyTagClassName
{
color: #B6968E;
}
</style>
background-color css
<style>
a { background-color: #B6968E; }
a { background-color: rgb(182,150,142); }
div.DivClassName
{
background-color: #B6968E;
}
.BgClassName
{
background-color: #B6968E;
}
</style>
border-color css
<style>
span { border-color: #B6968E; }
span { border-color: rgb(182,150,142); }
td.TdClassName
{
border-color: #B6968E;
}
.TagClassName
{
border-color: #B6968E;
}
</style>