#8C8673

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

Shades of Friar Grey #8C8673

Tints of Friar Grey #8C8673

Color information

#8C8673 (or 0x8C8673) is unknown color: approx Friar Grey. HEX triplet: 8C, 86 and 73. RGB value is (140,134,115). Sum of RGB (Red+Green+Blue) = 140+134+115=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8673 is #73798C. Grayscale: #858585. Windows color (decimal): -7567757 or 7571084. OLE color: 7571084.

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

Color convert

RGB140134115-
CMYK00.040.180.45
HSL45.6º9.8%50%-
HSV(B)45.6º17.86%54.9%-
XYZ22.4323.8619.64-
YUV133.63117.49132.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=35.99%
G=34.45%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013411500.040.180.4545.69.850
Hex8C867304122D2ea32
Octal214206163042255561262
Binary100011001000011011100110100100101011011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,115); }

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

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

 a { background-color: rgb(140,134,115); }

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

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

 span { border-color: rgb(140,134,115); }

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