#8B706D

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

Shades of Ferra #8B706D

Tints of Ferra #8B706D

Color information

#8B706D (or 0x8B706D) is unknown color: approx Ferra. HEX triplet: 8B, 70 and 6D. RGB value is (139,112,109). Sum of RGB (Red+Green+Blue) = 139+112+109=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B706D is #748F92. Grayscale: #777777. Windows color (decimal): -7638931 or 7172235. OLE color: 7172235.

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

Color convert

RGB139112109-
CMYK00.190.220.45
HSL12.1%48.63%-
HSV(B)21.58%54.51%-
XYZ19.218.1816.97-
YUV119.73121.95141.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=38.61%
G=31.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911210900.190.220.45612.148.63
Hex8B706D013162D6c31
Octal213160155023265561461
Binary1000101111100001101101010011101101011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,109); }

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

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

 a { background-color: rgb(139,112,109); }

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

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

 span { border-color: rgb(139,112,109); }

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