#868170

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

Shades of Friar Grey #868170

Tints of Friar Grey #868170

Color information

#868170 (or 0x868170) is unknown color: approx Friar Grey. HEX triplet: 86, 81 and 70. RGB value is (134,129,112). Sum of RGB (Red+Green+Blue) = 134+129+112=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #868170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868170 is #797E8F. Grayscale: #808080. Windows color (decimal): -7962256 or 7373190. OLE color: 7373190.

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

Color convert

RGB134129112-
CMYK00.040.160.47
HSL46.36º8.94%48.24%-
HSV(B)46.36º16.42%52.55%-
XYZ20.6121.9418.48-
YUV128.56118.66131.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=35.73%
G=34.4%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412911200.040.160.4746.368.9448.24
Hex86817004102F2e930
Octal206201160042057561160
Binary100001101000000111100000100100001011111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868170; }

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

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

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

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

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

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

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

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