#8A6E65

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

Shades of Ferra #8A6E65

Tints of Ferra #8A6E65

Color information

#8A6E65 (or 0x8A6E65) is unknown color: approx Ferra. HEX triplet: 8A, 6E and 65. RGB value is (138,110,101). Sum of RGB (Red+Green+Blue) = 138+110+101=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E65 is #75919A. Grayscale: #757575. Windows color (decimal): -7704987 or 6647434. OLE color: 6647434.

HSL color Cylindrical-coordinate representation of color #8A6E65: hue angle of 14.59º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A6E65 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB138110101-
CMYK00.200.270.46
HSL14.59º15.48%46.86%-
HSV(B)14.59º26.81%54.12%-
XYZ18.4117.4914.72-
YUV117.35118.78142.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=39.54%
G=31.52%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811010100.200.270.4614.5915.4846.86
Hex8A6E650141B2Eff2f
Octal2121561450243356171757
Binary10001010110111011001010101001101110111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,101); }

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

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

 a { background-color: rgb(138,110,101); }

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

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

 span { border-color: rgb(138,110,101); }

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