#8B6B64

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

Shades of Ferra #8B6B64

Tints of Ferra #8B6B64

Color information

#8B6B64 (or 0x8B6B64) is unknown color: approx Ferra. HEX triplet: 8B, 6B and 64. RGB value is (139,107,100). Sum of RGB (Red+Green+Blue) = 139+107+100=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B64 is #74949B. Grayscale: #737373. Windows color (decimal): -7640220 or 6581131. OLE color: 6581131.

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

Color convert

RGB139107100-
CMYK00.230.280.45
HSL10.77º16.32%46.86%-
HSV(B)10.77º28.06%54.51%-
XYZ18.2116.9214.36-
YUV115.77119.1144.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=40.17%
G=30.92%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910710000.230.280.4510.7716.3246.86
Hex8B6B640171C2Db102f
Octal2131531440273455132057
Binary100010111101011110010001011111100101101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,100); }

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

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

 a { background-color: rgb(139,107,100); }

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

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

 span { border-color: rgb(139,107,100); }

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