#8B896D

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

Shades of Schist #8B896D

Tints of Schist #8B896D

Color information

#8B896D (or 0x8B896D) is unknown color: approx Schist. HEX triplet: 8B, 89 and 6D. RGB value is (139,137,109). Sum of RGB (Red+Green+Blue) = 139+137+109=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B896D is #747692. Grayscale: #868686. Windows color (decimal): -7632531 or 7178635. OLE color: 7178635.

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

Color convert

RGB139137109-
CMYK00.010.220.45
HSL56º12.1%48.63%-
HSV(B)56º21.58%54.51%-
XYZ22.3524.4818.02-
YUV134.41113.66131.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=36.10%
G=35.58%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913710900.010.220.455612.148.63
Hex8B896D01162D38c31
Octal213211155012655701461
Binary1000101110001001110110101101101011011110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,109); }

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

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

 a { background-color: rgb(139,137,109); }

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

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

 span { border-color: rgb(139,137,109); }

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