Shades of Thatch #B69C98
Tints of Thatch #B69C98
RGB
CMYK
RGB Variations
Color information
#B69C98 (or 0xB69C98) is known color: Thatch. HEX triplet: B6, 9C and 98. RGB value is (182,156,152). Sum of RGB (Red+Green+Blue) = 182+156+152=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C98 is #496367. Grayscale: #A3A3A3. Windows color (decimal): -4809576 or 10001590. OLE color: 10001590.
HSL color Cylindrical-coordinate representation of color #B69C98: hue angle of 8º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B69C98 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 152 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.29 |
| HSL | 8º | 0.17% | 0.65% | - |
| HSV(B) | 8º | 0.16% | 0.71% | - |
| XYZ | 36.85 | 35.99 | 34.71 | - |
| YUV | 163.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 152 | 0 | 0.14 | 0.16 | 0.29 | 8 | 0.17 | 0.65 |
| Hex | B6 | 9C | 98 | 0 | E | 10 | 1D | 8 | 11 | 41 |
| Octal | 266 | 234 | 230 | 0 | 16 | 20 | 35 | 10 | 21 | 101 |
| Binary | 10110110 | 10011100 | 10011000 | 0 | 1110 | 10000 | 11101 | 1000 | 10001 | 1000001 |
Color Harmonies of #B69C98
Complementary color
Monochromatic Colors of #B69C98
Black with #B69C98
Text Example
Text Example
White with #B69C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C98; }
p { color: rgb(182,156,152); }
H1.HeaderClassName
{
color: #B69C98;
}
.AnyTagClassName
{
color: #B69C98;
}
</style>
background-color css
<style>
a { background-color: #B69C98; }
a { background-color: rgb(182,156,152); }
div.DivClassName
{
background-color: #B69C98;
}
.BgClassName
{
background-color: #B69C98;
}
</style>
border-color css
<style>
span { border-color: #B69C98; }
span { border-color: rgb(182,156,152); }
td.TdClassName
{
border-color: #B69C98;
}
.TagClassName
{
border-color: #B69C98;
}
</style>