#8A6866

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

Shades of Ferra #8A6866

Tints of Ferra #8A6866

Color information

#8A6866 (or 0x8A6866) is unknown color: approx Ferra. HEX triplet: 8A, 68 and 66. RGB value is (138,104,102). Sum of RGB (Red+Green+Blue) = 138+104+102=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6866 is #759799. Grayscale: #717171. Windows color (decimal): -7706522 or 6711434. OLE color: 6711434.

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

Color convert

RGB138104102-
CMYK00.250.260.46
HSL3.33º15%47.06%-
HSV(B)3.33º26.09%54.12%-
XYZ17.8316.2614.77-
YUV113.94121.26145.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=40.12%
G=30.23%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810410200.250.260.463.331547.06
Hex8A68660191A2E3f2f
Octal212150146031325631757
Binary100010101101000110011001100111010101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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