#8F7069

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

Shades of Ferra #8F7069

Tints of Ferra #8F7069

Color information

#8F7069 (or 0x8F7069) is unknown color: approx Ferra. HEX triplet: 8F, 70 and 69. RGB value is (143,112,105). Sum of RGB (Red+Green+Blue) = 143+112+105=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7069 is #708F96. Grayscale: #787878. Windows color (decimal): -7376791 or 6910095. OLE color: 6910095.

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

Color convert

RGB143112105-
CMYK00.220.270.44
HSL11.05º15.32%48.63%-
HSV(B)11.05º26.57%56.08%-
XYZ19.6718.4515.89-
YUV120.47119.27144.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=39.72%
G=31.11%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311210500.220.270.4411.0515.3248.63
Hex8F70690161B2Cbf31
Octal2171601510263354131761
Binary10001111111000011010010101101101110110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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