#8C716E

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

Shades of Ferra #8C716E

Tints of Ferra #8C716E

Color information

#8C716E (or 0x8C716E) is unknown color: approx Ferra. HEX triplet: 8C, 71 and 6E. RGB value is (140,113,110). Sum of RGB (Red+Green+Blue) = 140+113+110=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C716E is #738E91. Grayscale: #787878. Windows color (decimal): -7573138 or 7238028. OLE color: 7238028.

HSL color Cylindrical-coordinate representation of color #8C716E: hue angle of 6º 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 #8C716E is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140113110-
CMYK00.190.210.45
HSL12%49.02%-
HSV(B)21.43%54.9%-
XYZ19.5318.5117.3-
YUV120.73121.95141.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=38.57%
G=31.13%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011311000.190.210.4561249.02
Hex8C716E013152D6c31
Octal214161156023255561461
Binary1000110011100011101110010011101011011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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