#89876F

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

Shades of Schist #89876F

Tints of Schist #89876F

Color information

#89876F (or 0x89876F) is unknown color: approx Schist. HEX triplet: 89, 87 and 6F. RGB value is (137,135,111). Sum of RGB (Red+Green+Blue) = 137+135+111=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #89876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89876F is #767890. Grayscale: #848484. Windows color (decimal): -7764113 or 7309193. OLE color: 7309193.

HSL color Cylindrical-coordinate representation of color #89876F: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89876F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137135111-
CMYK00.010.190.46
HSL55.38º10.48%48.63%-
HSV(B)55.38º18.98%53.73%-
XYZ21.8523.7918.48-
YUV132.86115.66130.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=35.77%
G=35.25%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713511100.010.190.4655.3810.4848.63
Hex89876F01132E37a31
Octal211207157012356671261
Binary1000100110000111110111101100111011101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89876F; }

 p { color: rgb(137,135,111); }

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

<style>
 a { background-color: #89876F; }

 a { background-color: rgb(137,135,111); }

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

<style>
 span { border-color: #89876F; }

 span { border-color: rgb(137,135,111); }

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