#8A6A66

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

Shades of Ferra #8A6A66

Tints of Ferra #8A6A66

Color information

#8A6A66 (or 0x8A6A66) is unknown color: approx Ferra. HEX triplet: 8A, 6A and 66. RGB value is (138,106,102). Sum of RGB (Red+Green+Blue) = 138+106+102=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A66 is #759599. Grayscale: #737373. Windows color (decimal): -7706010 or 6711946. OLE color: 6711946.

HSL color Cylindrical-coordinate representation of color #8A6A66: hue angle of 6.67º 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 #8A6A66 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB138106102-
CMYK00.230.260.46
HSL6.67º15%47.06%-
HSV(B)6.67º26.09%54.12%-
XYZ18.0316.6714.84-
YUV115.11120.6144.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=39.88%
G=30.64%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810610200.230.260.466.671547.06
Hex8A6A660171A2E7f2f
Octal212152146027325671757
Binary1000101011010101100110010111110101011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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