#8C6764

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

Shades of Ferra #8C6764

Tints of Ferra #8C6764

Color information

#8C6764 (or 0x8C6764) is unknown color: approx Ferra. HEX triplet: 8C, 67 and 64. RGB value is (140,103,100). Sum of RGB (Red+Green+Blue) = 140+103+100=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6764 is #73989B. Grayscale: #717171. Windows color (decimal): -7575708 or 6580108. OLE color: 6580108.

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

Color convert

RGB140103100-
CMYK00.260.290.45
HSL4.5º16.67%47.06%-
HSV(B)4.5º28.57%54.9%-
XYZ17.9716.214.24-
YUV113.72120.26146.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=40.82%
G=30.03%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010310000.260.290.454.516.6747.06
Hex8C676401A1D2D5112f
Octal214147144032355552157
Binary10001100110011111001000110101110110110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,100); }

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

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

 a { background-color: rgb(140,103,100); }

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

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

 span { border-color: rgb(140,103,100); }

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