#8B6F6D

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

Shades of Ferra #8B6F6D

Tints of Ferra #8B6F6D

Color information

#8B6F6D (or 0x8B6F6D) is unknown color: approx Ferra. HEX triplet: 8B, 6F and 6D. RGB value is (139,111,109). Sum of RGB (Red+Green+Blue) = 139+111+109=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F6D is #749092. Grayscale: #777777. Windows color (decimal): -7639187 or 7171979. OLE color: 7171979.

HSL color Cylindrical-coordinate representation of color #8B6F6D: hue angle of 4º 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 #8B6F6D is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139111109-
CMYK00.200.220.45
HSL12.1%48.63%-
HSV(B)21.58%54.51%-
XYZ19.0917.9616.93-
YUV119.14122.28142.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=38.72%
G=30.92%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911110900.200.220.45412.148.63
Hex8B6F6D014162D4c31
Octal213157155024265541461
Binary1000101111011111101101010100101101011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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