#8B6865

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

Shades of Ferra #8B6865

Tints of Ferra #8B6865

Color information

#8B6865 (or 0x8B6865) is unknown color: approx Ferra. HEX triplet: 8B, 68 and 65. RGB value is (139,104,101). Sum of RGB (Red+Green+Blue) = 139+104+101=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6865 is #74979A. Grayscale: #727272. Windows color (decimal): -7640987 or 6645899. OLE color: 6645899.

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

Color convert

RGB139104101-
CMYK00.250.270.45
HSL4.74º15.83%47.06%-
HSV(B)4.74º27.34%54.51%-
XYZ17.9516.3314.52-
YUV114.12120.6145.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=40.41%
G=30.23%
B=29.36%

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
Decimal13910410100.250.270.454.7415.8347.06
Hex8B68650191B2D5102f
Octal213150145031335552057
Binary10001011110100011001010110011101110110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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