#8A706C

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

Shades of Ferra #8A706C

Tints of Ferra #8A706C

Color information

#8A706C (or 0x8A706C) is unknown color: approx Ferra. HEX triplet: 8A, 70 and 6C. RGB value is (138,112,108). Sum of RGB (Red+Green+Blue) = 138+112+108=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A706C is #758F93. Grayscale: #777777. Windows color (decimal): -7704468 or 7106698. OLE color: 7106698.

HSL color Cylindrical-coordinate representation of color #8A706C: hue angle of 8º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A706C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138112108-
CMYK00.190.220.46
HSL12.2%48.24%-
HSV(B)21.74%54.12%-
XYZ18.9818.0716.68-
YUV119.32121.61141.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.55%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=38.55%
G=31.28%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811210800.190.220.46812.248.24
Hex8A706C013162E8c30
Octal2121601540232656101460
Binary10001010111000011011000100111011010111010001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,108); }

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

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

 a { background-color: rgb(138,112,108); }

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

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

 span { border-color: rgb(138,112,108); }

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