#8C6862

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

Shades of Ferra #8C6862

Tints of Ferra #8C6862

Color information

#8C6862 (or 0x8C6862) is unknown color: approx Ferra. HEX triplet: 8C, 68 and 62. RGB value is (140,104,98). Sum of RGB (Red+Green+Blue) = 140+104+98=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6862 is #73979D. Grayscale: #727272. Windows color (decimal): -7575454 or 6449292. OLE color: 6449292.

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

Color convert

RGB14010498-
CMYK00.260.30.45
HSL8.57º17.65%46.67%-
HSV(B)8.57º30%54.9%-
XYZ17.9716.3613.77-
YUV114.08118.93146.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=40.94%
G=30.41%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401049800.260.30.458.5717.6546.67
Hex8C686201A1E2D9122f
Octal2141501420323655112257
Binary100011001101000110001001101011110101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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