#868373

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

Shades of Friar Grey #868373

Tints of Friar Grey #868373

Color information

#868373 (or 0x868373) is unknown color: approx Friar Grey. HEX triplet: 86, 83 and 73. RGB value is (134,131,115). Sum of RGB (Red+Green+Blue) = 134+131+115=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #868373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868373 is #797C8C. Grayscale: #828282. Windows color (decimal): -7961741 or 7570310. OLE color: 7570310.

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

Color convert

RGB134131115-
CMYK00.020.140.47
HSL50.53º7.63%48.82%-
HSV(B)50.53º14.18%52.55%-
XYZ21.0422.5419.46-
YUV130.07119.49130.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=35.26%
G=34.47%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413111500.020.140.4750.537.6348.82
Hex86837302E2F33831
Octal206203163021657631061
Binary1000011010000011111001101011101011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868373; }

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

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

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

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

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

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

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

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