#908E71

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

Shades of Schist #908E71

Tints of Schist #908E71

Color information

#908E71 (or 0x908E71) is unknown color: approx Schist. HEX triplet: 90, 8E and 71. RGB value is (144,142,113). Sum of RGB (Red+Green+Blue) = 144+142+113=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E71 is #6F718E. Grayscale: #8B8B8B. Windows color (decimal): -7303567 or 7442064. OLE color: 7442064.

HSL color Cylindrical-coordinate representation of color #908E71: hue angle of 56.13º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908E71 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144142113-
CMYK00.010.220.44
HSL56.13º12.25%50.39%-
HSV(B)56.13º21.53%56.47%-
XYZ24.1626.4719.46-
YUV139.29113.16131.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=36.09%
G=35.59%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414211300.010.220.4456.1312.2550.39
Hex908E7101162C38c32
Octal220216161012654701462
Binary1001000010001110111000101101101011001110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908E71; }

 p { color: rgb(144,142,113); }

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

<style>
 a { background-color: #908E71; }

 a { background-color: rgb(144,142,113); }

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

<style>
 span { border-color: #908E71; }

 span { border-color: rgb(144,142,113); }

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