#8C8C71

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

Shades of Schist #8C8C71

Tints of Schist #8C8C71

Color information

#8C8C71 (or 0x8C8C71) is unknown color: approx Schist. HEX triplet: 8C, 8C and 71. RGB value is (140,140,113). Sum of RGB (Red+Green+Blue) = 140+140+113=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8C71 is #73738E. Grayscale: #898989. Windows color (decimal): -7566223 or 7441548. OLE color: 7441548.

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

Color convert

RGB140140113-
CMYK000.190.45
HSL60º10.67%49.61%-
HSV(B)60º19.29%54.9%-
XYZ23.1725.5219.33-
YUV136.92114.5130.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=35.62%
G=35.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140140113000.190.456010.6749.61
Hex8C8C7100132D3cb32
Octal214214161002355741362
Binary1000110010001100111000100100111011011111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,140,113); }

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

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

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

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

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

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

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