Shades of Thatch #B6928A
Tints of Thatch #B6928A
RGB
CMYK
RGB Variations
Color information
#B6928A (or 0xB6928A) is known color: Thatch. HEX triplet: B6, 92 and 8A. RGB value is (182,146,138). Sum of RGB (Red+Green+Blue) = 182+146+138=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6928A is #496D75. Grayscale: #9B9B9B. Windows color (decimal): -4812150 or 9081526. OLE color: 9081526.
HSL color Cylindrical-coordinate representation of color #B6928A: hue angle of 10.91º 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 #B6928A is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 138 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.29 |
| HSL | 10.91º | 0.23% | 0.63% | - |
| HSV(B) | 10.91º | 0.24% | 0.71% | - |
| XYZ | 34.16 | 32.34 | 28.49 | - |
| YUV | 155.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 138 | 0 | 0.20 | 0.24 | 0.29 | 10.91 | 0.23 | 0.63 |
| Hex | B6 | 92 | 8A | 0 | 14 | 18 | 1D | B | 17 | 3F |
| Octal | 266 | 222 | 212 | 0 | 24 | 30 | 35 | 13 | 27 | 77 |
| Binary | 10110110 | 10010010 | 10001010 | 0 | 10100 | 11000 | 11101 | 1011 | 10111 | 111111 |
Color Harmonies of #B6928A
Complementary color
Monochromatic Colors of #B6928A
Black with #B6928A
Text Example
Text Example
White with #B6928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6928A; }
p { color: rgb(182,146,138); }
H1.HeaderClassName
{
color: #B6928A;
}
.AnyTagClassName
{
color: #B6928A;
}
</style>
background-color css
<style>
a { background-color: #B6928A; }
a { background-color: rgb(182,146,138); }
div.DivClassName
{
background-color: #B6928A;
}
.BgClassName
{
background-color: #B6928A;
}
</style>
border-color css
<style>
span { border-color: #B6928A; }
span { border-color: rgb(182,146,138); }
td.TdClassName
{
border-color: #B6928A;
}
.TagClassName
{
border-color: #B6928A;
}
</style>