#868670

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

Shades of Schist #868670

Tints of Schist #868670

Color information

#868670 (or 0x868670) is unknown color: approx Schist. HEX triplet: 86, 86 and 70. RGB value is (134,134,112). Sum of RGB (Red+Green+Blue) = 134+134+112=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868670 is #79798F. Grayscale: #838383. Windows color (decimal): -7960976 or 7374470. OLE color: 7374470.

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

Color convert

RGB134134112-
CMYK000.160.47
HSL60º8.94%48.24%-
HSV(B)60º16.42%52.55%-
XYZ21.2823.2918.7-
YUV131.49117129.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=35.26%
G=35.26%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134112000.160.47608.9448.24
Hex86867000102F3c930
Octal206206160002057741160
Binary1000011010000110111000000100001011111111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868670; }

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

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

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

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

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

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

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

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