#8A896C

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

Shades of Schist #8A896C

Tints of Schist #8A896C

Color information

#8A896C (or 0x8A896C) is unknown color: approx Schist. HEX triplet: 8A, 89 and 6C. RGB value is (138,137,108). Sum of RGB (Red+Green+Blue) = 138+137+108=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A896C is #757693. Grayscale: #868686. Windows color (decimal): -7698068 or 7113098. OLE color: 7113098.

HSL color Cylindrical-coordinate representation of color #8A896C: hue angle of 58º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A896C is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138137108-
CMYK00.010.220.46
HSL58º12.2%48.24%-
HSV(B)58º21.74%54.12%-
XYZ22.1324.3817.73-
YUV133.99113.33130.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=36.03%
G=35.77%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813710800.010.220.465812.248.24
Hex8A896C01162E3ac30
Octal212211154012656721460
Binary1000101010001001110110001101101011101110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A896C; }

 p { color: rgb(138,137,108); }

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

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

 a { background-color: rgb(138,137,108); }

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

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

 span { border-color: rgb(138,137,108); }

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