#8B886E

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

Shades of Schist #8B886E

Tints of Schist #8B886E

Color information

#8B886E (or 0x8B886E) is unknown color: approx Schist. HEX triplet: 8B, 88 and 6E. RGB value is (139,136,110). Sum of RGB (Red+Green+Blue) = 139+136+110=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886E is #747791. Grayscale: #868686. Windows color (decimal): -7632786 or 7243915. OLE color: 7243915.

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

Color convert

RGB139136110-
CMYK00.020.210.45
HSL53.79º11.65%48.82%-
HSV(B)53.79º20.86%54.51%-
XYZ22.2724.2218.25-
YUV133.93114.49131.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=36.10%
G=35.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913611000.020.210.4553.7911.6548.82
Hex8B886E02152D36c31
Octal213210156022555661461
Binary10001011100010001101110010101011011011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,110); }

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

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

 a { background-color: rgb(139,136,110); }

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

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

 span { border-color: rgb(139,136,110); }

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