#8B8675

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

Shades of Friar Grey #8B8675

Tints of Friar Grey #8B8675

Color information

#8B8675 (or 0x8B8675) is unknown color: approx Friar Grey. HEX triplet: 8B, 86 and 75. RGB value is (139,134,117). Sum of RGB (Red+Green+Blue) = 139+134+117=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8675 is #74798A. Grayscale: #858585. Windows color (decimal): -7633291 or 7702155. OLE color: 7702155.

HSL color Cylindrical-coordinate representation of color #8B8675: hue angle of 46.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8675 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB139134117-
CMYK00.040.160.45
HSL46.36º8.66%50.2%-
HSV(B)46.36º15.83%54.51%-
XYZ22.3823.8220.25-
YUV133.56118.66131.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 117 (46.09% from 255) = 30%
R=35.64%
G=34.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913411700.040.160.4546.368.6650.2
Hex8B867504102D2e932
Octal213206165042055561162
Binary100010111000011011101010100100001011011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8675; }

 p { color: rgb(139,134,117); }

 H1.HeaderClassName
 {
   color: #8B8675;
 }
 .AnyTagClassName
 {
   color: #8B8675;
 }
</style>
background-color css

<style>
 a { background-color: #8B8675; }

 a { background-color: rgb(139,134,117); }

 div.DivClassName
 {
   background-color: #8B8675;
 }
 .BgClassName
 {
   background-color: #8B8675;
 }
</style>
border-color css

<style>
 span { border-color: #8B8675; }

 span { border-color: rgb(139,134,117); }

 td.TdClassName
 {
   border-color: #8B8675;
 }
 .TagClassName
 {
   border-color: #8B8675;
 }
</style>