#8D6561

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

Shades of Ferra #8D6561

Tints of Ferra #8D6561

Color information

#8D6561 (or 0x8D6561) is unknown color: approx Ferra. HEX triplet: 8D, 65 and 61. RGB value is (141,101,97). Sum of RGB (Red+Green+Blue) = 141+101+97=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6561 is #729A9E. Grayscale: #707070. Windows color (decimal): -7510687 or 6382989. OLE color: 6382989.

HSL color Cylindrical-coordinate representation of color #8D6561: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6561 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14110197-
CMYK00.280.310.45
HSL5.45º18.49%46.67%-
HSV(B)5.45º31.21%55.29%-
XYZ17.815.8313.43-
YUV112.5119.25148.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=41.59%
G=29.79%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411019700.280.310.455.4518.4946.67
Hex8D656101C1F2D5122f
Octal215145141034375552257
Binary10001101110010111000010111001111110110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,97); }

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

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

 a { background-color: rgb(141,101,97); }

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

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

 span { border-color: rgb(141,101,97); }

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