#8B886F

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

Shades of Schist #8B886F

Tints of Schist #8B886F

Color information

#8B886F (or 0x8B886F) is unknown color: approx Schist. HEX triplet: 8B, 88 and 6F. RGB value is (139,136,111). Sum of RGB (Red+Green+Blue) = 139+136+111=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B886F is #747790. Grayscale: #868686. Windows color (decimal): -7632785 or 7309451. OLE color: 7309451.

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

Color convert

RGB139136111-
CMYK00.020.200.45
HSL53.57º11.2%49.02%-
HSV(B)53.57º20.14%54.51%-
XYZ22.3224.2418.54-
YUV134.05114.99131.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=36.01%
G=35.23%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913611100.020.200.4553.5711.249.02
Hex8B886F02142D36b31
Octal213210157022455661361
Binary10001011100010001101111010101001011011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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