#8B8A6D

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

Shades of Schist #8B8A6D

Tints of Schist #8B8A6D

Color information

#8B8A6D (or 0x8B8A6D) is unknown color: approx Schist. HEX triplet: 8B, 8A and 6D. RGB value is (139,138,109). Sum of RGB (Red+Green+Blue) = 139+138+109=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A6D is #747592. Grayscale: #878787. Windows color (decimal): -7632275 or 7178891. OLE color: 7178891.

HSL color Cylindrical-coordinate representation of color #8B8A6D: hue angle of 58º 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 #8B8A6D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139138109-
CMYK00.010.220.45
HSL58º12.1%48.63%-
HSV(B)58º21.58%54.51%-
XYZ22.524.7718.06-
YUV134.99113.33130.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=36.01%
G=35.75%
B=28.24%

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
Decimal13913810900.010.220.455812.148.63
Hex8B8A6D01162D3ac31
Octal213212155012655721461
Binary1000101110001010110110101101101011011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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