#868673

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

Shades of Schist #868673

Tints of Schist #868673

Color information

#868673 (or 0x868673) is unknown color: approx Schist. HEX triplet: 86, 86 and 73. RGB value is (134,134,115). Sum of RGB (Red+Green+Blue) = 134+134+115=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868673 is #79798C. Grayscale: #838383. Windows color (decimal): -7960973 or 7571078. OLE color: 7571078.

HSL color Cylindrical-coordinate representation of color #868673: hue angle of 60º 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 #868673 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134134115-
CMYK000.140.47
HSL60º7.63%48.82%-
HSV(B)60º14.18%52.55%-
XYZ21.4523.3619.6-
YUV131.83118.5129.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=34.99%
G=34.99%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134115000.140.47607.6348.82
Hex86867300E2F3c831
Octal206206163001657741061
Binary100001101000011011100110011101011111111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868673; }

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

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

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

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

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

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

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

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