#8B6E68

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

Shades of Ferra #8B6E68

Tints of Ferra #8B6E68

Color information

#8B6E68 (or 0x8B6E68) is unknown color: approx Ferra. HEX triplet: 8B, 6E and 68. RGB value is (139,110,104). Sum of RGB (Red+Green+Blue) = 139+110+104=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E68 is #749197. Grayscale: #767676. Windows color (decimal): -7639448 or 6844043. OLE color: 6844043.

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

Color convert

RGB139110104-
CMYK00.210.250.45
HSL10.29º14.4%47.65%-
HSV(B)10.29º25.18%54.51%-
XYZ18.7217.6415.51-
YUV117.99120.11142.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=39.38%
G=31.16%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911010400.210.250.4510.2914.447.65
Hex8B6E68015192Dae30
Octal2131561500253155121660
Binary10001011110111011010000101011100110110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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