#8B6F6F

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

Shades of Ferra #8B6F6F

Tints of Ferra #8B6F6F

Color information

#8B6F6F (or 0x8B6F6F) is unknown color: approx Ferra. HEX triplet: 8B, 6F and 6F. RGB value is (139,111,111). Sum of RGB (Red+Green+Blue) = 139+111+111=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F6F is #749090. Grayscale: #777777. Windows color (decimal): -7639185 or 7303051. OLE color: 7303051.

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

Color convert

RGB139111111-
CMYK00.200.200.45
HSL11.2%49.02%-
HSV(B)20.14%54.51%-
XYZ19.218.0117.5-
YUV119.37123.28142-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=38.50%
G=30.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911111100.200.200.45011.249.02
Hex8B6F6F014142D0b31
Octal213157157024245501361
Binary10001011110111111011110101001010010110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,111); }

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

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

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

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

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

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

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