#8B6E66

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

Shades of Ferra #8B6E66

Tints of Ferra #8B6E66

Color information

#8B6E66 (or 0x8B6E66) is unknown color: approx Ferra. HEX triplet: 8B, 6E and 66. RGB value is (139,110,102). Sum of RGB (Red+Green+Blue) = 139+110+102=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E66 is #749199. Grayscale: #757575. Windows color (decimal): -7639450 or 6712971. OLE color: 6712971.

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

Color convert

RGB139110102-
CMYK00.210.270.45
HSL12.97º15.35%47.25%-
HSV(B)12.97º26.62%54.51%-
XYZ18.6217.614.99-
YUV117.76119.11143.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=39.60%
G=31.34%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911010200.210.270.4512.9715.3547.25
Hex8B6E660151B2Ddf2f
Octal2131561460253355151757
Binary10001011110111011001100101011101110110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,102); }

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

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

 a { background-color: rgb(139,110,102); }

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

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

 span { border-color: rgb(139,110,102); }

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