Shades of Thatch #B6938B
Tints of Thatch #B6938B
RGB
CMYK
RGB Variations
Color information
#B6938B (or 0xB6938B) is known color: Thatch. HEX triplet: B6, 93 and 8B. RGB value is (182,147,139). Sum of RGB (Red+Green+Blue) = 182+147+139=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6938B is #496C74. Grayscale: #9C9C9C. Windows color (decimal): -4811893 or 9147318. OLE color: 9147318.
HSL color Cylindrical-coordinate representation of color #B6938B: hue angle of 11.16º 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 #B6938B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 139 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.29 |
| HSL | 11.16º | 0.23% | 0.63% | - |
| HSV(B) | 11.16º | 0.24% | 0.71% | - |
| XYZ | 34.39 | 32.68 | 28.92 | - |
| YUV | 156.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 139 | 0 | 0.19 | 0.24 | 0.29 | 11.16 | 0.23 | 0.63 |
| Hex | B6 | 93 | 8B | 0 | 13 | 18 | 1D | B | 17 | 3F |
| Octal | 266 | 223 | 213 | 0 | 23 | 30 | 35 | 13 | 27 | 77 |
| Binary | 10110110 | 10010011 | 10001011 | 0 | 10011 | 11000 | 11101 | 1011 | 10111 | 111111 |
Color Harmonies of #B6938B
Complementary color
Monochromatic Colors of #B6938B
Black with #B6938B
Text Example
Text Example
White with #B6938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6938B; }
p { color: rgb(182,147,139); }
H1.HeaderClassName
{
color: #B6938B;
}
.AnyTagClassName
{
color: #B6938B;
}
</style>
background-color css
<style>
a { background-color: #B6938B; }
a { background-color: rgb(182,147,139); }
div.DivClassName
{
background-color: #B6938B;
}
.BgClassName
{
background-color: #B6938B;
}
</style>
border-color css
<style>
span { border-color: #B6938B; }
span { border-color: rgb(182,147,139); }
td.TdClassName
{
border-color: #B6938B;
}
.TagClassName
{
border-color: #B6938B;
}
</style>