#868174

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

Shades of Friar Grey #868174

Tints of Friar Grey #868174

Color information

#868174 (or 0x868174) is unknown color: approx Friar Grey. HEX triplet: 86, 81 and 74. RGB value is (134,129,116). Sum of RGB (Red+Green+Blue) = 134+129+116=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #868174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868174 is #797E8B. Grayscale: #818181. Windows color (decimal): -7962252 or 7635334. OLE color: 7635334.

HSL color Cylindrical-coordinate representation of color #868174: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #868174 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134129116-
CMYK00.040.130.47
HSL43.33º7.2%49.02%-
HSV(B)43.33º13.43%52.55%-
XYZ20.8322.0319.68-
YUV129.01120.66131.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=35.36%
G=34.04%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412911600.040.130.4743.337.249.02
Hex86817404D2F2b731
Octal20620116404155753761
Binary1000011010000001111010001001101101111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868174; }

 p { color: rgb(134,129,116); }

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

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

 a { background-color: rgb(134,129,116); }

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

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

 span { border-color: rgb(134,129,116); }

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