#8C706E

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

Shades of Ferra #8C706E

Tints of Ferra #8C706E

Color information

#8C706E (or 0x8C706E) is unknown color: approx Ferra. HEX triplet: 8C, 70 and 6E. RGB value is (140,112,110). Sum of RGB (Red+Green+Blue) = 140+112+110=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C706E is #738F91. Grayscale: #787878. Windows color (decimal): -7573394 or 7237772. OLE color: 7237772.

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

Color convert

RGB140112110-
CMYK00.200.210.45
HSL12%49.02%-
HSV(B)21.43%54.9%-
XYZ19.4218.2917.26-
YUV120.14122.28142.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=38.67%
G=30.94%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011211000.200.210.4541249.02
Hex8C706E014152D4c31
Octal214160156024255541461
Binary1000110011100001101110010100101011011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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