#8C6561

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

Shades of Ferra #8C6561

Tints of Ferra #8C6561

Color information

#8C6561 (or 0x8C6561) is unknown color: approx Ferra. HEX triplet: 8C, 65 and 61. RGB value is (140,101,97). Sum of RGB (Red+Green+Blue) = 140+101+97=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6561 is #739A9E. Grayscale: #707070. Windows color (decimal): -7576223 or 6382988. OLE color: 6382988.

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

Color convert

RGB14010197-
CMYK00.280.310.45
HSL5.58º18.14%46.47%-
HSV(B)5.58º30.71%54.9%-
XYZ17.6315.7513.42-
YUV112.2119.42147.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=41.42%
G=29.88%
B=28.70%

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
Decimal1401019700.280.310.455.5818.1446.47
Hex8C656101C1F2D6122e
Octal214145141034375562256
Binary10001100110010111000010111001111110110111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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