#8B6866

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

Shades of Ferra #8B6866

Tints of Ferra #8B6866

Color information

#8B6866 (or 0x8B6866) is unknown color: approx Ferra. HEX triplet: 8B, 68 and 66. RGB value is (139,104,102). Sum of RGB (Red+Green+Blue) = 139+104+102=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6866 is #749799. Grayscale: #727272. Windows color (decimal): -7640986 or 6711435. OLE color: 6711435.

HSL color Cylindrical-coordinate representation of color #8B6866: hue angle of 3.24º 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 #8B6866 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB139104102-
CMYK00.250.270.45
HSL3.24º15.35%47.25%-
HSV(B)3.24º26.62%54.51%-
XYZ1816.3514.78-
YUV114.24121.1145.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=40.29%
G=30.14%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910410200.250.270.453.2415.3547.25
Hex8B68660191B2D3f2f
Octal213150146031335531757
Binary100010111101000110011001100111011101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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