Shades of Friar Grey #8B8671
Tints of Friar Grey #8B8671
RGB
CMYK
RGB Variations
Color information
#8B8671 (or 0x8B8671) is known color: Friar Grey. HEX triplet: 8B, 86 and 71. RGB value is (139,134,113). Sum of RGB (Red+Green+Blue) = 139+134+113=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8671 is #74798E. Grayscale: #858585. Windows color (decimal): -7633295 or 7440011. OLE color: 7440011.
HSL color Cylindrical-coordinate representation of color #8B8671: hue angle of 48.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8671 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 113 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.45 |
| HSL | 48.46º | 0.1% | 0.49% | - |
| HSV(B) | 48.46º | 0.19% | 0.55% | - |
| XYZ | 22.15 | 23.73 | 19.04 | - |
| YUV | 133.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 113 | 0 | 0.04 | 0.19 | 0.45 | 48.46 | 0.1 | 0.49 |
| Hex | 8B | 86 | 71 | 0 | 4 | 13 | 2D | 30 | A | 31 |
| Octal | 213 | 206 | 161 | 0 | 4 | 23 | 55 | 60 | 12 | 61 |
| Binary | 10001011 | 10000110 | 1110001 | 0 | 100 | 10011 | 101101 | 110000 | 1010 | 110001 |
Color Harmonies of #8B8671
Complementary color
Monochromatic Colors of #8B8671
Black with #8B8671
Text Example
Text Example
White with #8B8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8671; }
p { color: rgb(139,134,113); }
H1.HeaderClassName
{
color: #8B8671;
}
.AnyTagClassName
{
color: #8B8671;
}
</style>
background-color css
<style>
a { background-color: #8B8671; }
a { background-color: rgb(139,134,113); }
div.DivClassName
{
background-color: #8B8671;
}
.BgClassName
{
background-color: #8B8671;
}
</style>
border-color css
<style>
span { border-color: #8B8671; }
span { border-color: rgb(139,134,113); }
td.TdClassName
{
border-color: #8B8671;
}
.TagClassName
{
border-color: #8B8671;
}
</style>