#8B6E6C

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

Shades of Ferra #8B6E6C

Tints of Ferra #8B6E6C

Color information

#8B6E6C (or 0x8B6E6C) is unknown color: approx Ferra. HEX triplet: 8B, 6E and 6C. RGB value is (139,110,108). Sum of RGB (Red+Green+Blue) = 139+110+108=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E6C is #749193. Grayscale: #767676. Windows color (decimal): -7639444 or 7106187. OLE color: 7106187.

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

Color convert

RGB139110108-
CMYK00.210.220.45
HSL3.87º12.55%48.43%-
HSV(B)3.87º22.3%54.51%-
XYZ18.9317.7216.61-
YUV118.44122.11142.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=38.94%
G=30.81%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911010800.210.220.453.8712.5548.43
Hex8B6E6C015162D4d30
Octal213156154025265541560
Binary1000101111011101101100010101101101011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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