#8F6D69

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

Shades of Ferra #8F6D69

Tints of Ferra #8F6D69

Color information

#8F6D69 (or 0x8F6D69) is unknown color: approx Ferra. HEX triplet: 8F, 6D and 69. RGB value is (143,109,105). Sum of RGB (Red+Green+Blue) = 143+109+105=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6D69 is #709296. Grayscale: #767676. Windows color (decimal): -7377559 or 6909327. OLE color: 6909327.

HSL color Cylindrical-coordinate representation of color #8F6D69: hue angle of 6.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6D69 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB143109105-
CMYK00.240.270.44
HSL6.32º15.32%48.63%-
HSV(B)6.32º26.57%56.08%-
XYZ19.3517.815.78-
YUV118.71120.26145.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=40.06%
G=30.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310910500.240.270.446.3215.3248.63
Hex8F6D690181B2C6f31
Octal217155151030335461761
Binary1000111111011011101001011000110111011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,105); }

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

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

 a { background-color: rgb(143,109,105); }

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

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

 span { border-color: rgb(143,109,105); }

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