#8B8671

Color #8B8671 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #8B8671

Tints of Friar Grey #8B8671

Color information

#8B8671 (or 0x8B8671) is unknown color: approx 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

RGB139134113-
CMYK00.040.190.45
HSL48.46º10.32%49.41%-
HSV(B)48.46º18.71%54.51%-
XYZ22.1523.7319.04-
YUV133.1116.66132.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=36.01%
G=34.72%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913411300.040.190.4548.4610.3249.41
Hex8B867104132D30a31
Octal213206161042355601261
Binary100010111000011011100010100100111011011100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>