#898674

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

Shades of Friar Grey #898674

Tints of Friar Grey #898674

Color information

#898674 (or 0x898674) is unknown color: approx Friar Grey. HEX triplet: 89, 86 and 74. RGB value is (137,134,116). Sum of RGB (Red+Green+Blue) = 137+134+116=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898674 is #76798B. Grayscale: #848484. Windows color (decimal): -7764364 or 7636617. OLE color: 7636617.

HSL color Cylindrical-coordinate representation of color #898674: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898674 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB137134116-
CMYK00.020.150.46
HSL51.43º8.3%49.61%-
HSV(B)51.43º15.33%53.73%-
XYZ21.9923.6319.92-
YUV132.84118.49130.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.40%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=35.40%
G=34.63%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713411600.020.150.4651.438.349.61
Hex89867402F2E33832
Octal211206164021756631062
Binary1000100110000110111010001011111011101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898674; }

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

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

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

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

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

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

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

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