#8C6866

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

Shades of Ferra #8C6866

Tints of Ferra #8C6866

Color information

#8C6866 (or 0x8C6866) is unknown color: approx Ferra. HEX triplet: 8C, 68 and 66. RGB value is (140,104,102). Sum of RGB (Red+Green+Blue) = 140+104+102=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6866 is #739799. Grayscale: #727272. Windows color (decimal): -7575450 or 6711436. OLE color: 6711436.

HSL color Cylindrical-coordinate representation of color #8C6866: hue angle of 3.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6866 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB140104102-
CMYK00.260.270.45
HSL3.16º15.7%47.45%-
HSV(B)3.16º27.14%54.9%-
XYZ18.1616.4414.79-
YUV114.54120.93146.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=40.46%
G=30.06%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010410200.260.270.453.1615.747.45
Hex8C686601A1B2D3102f
Octal214150146032335532057
Binary1000110011010001100110011010110111011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,102); }

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

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

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

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

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

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

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