#8C6664

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

Shades of Ferra #8C6664

Tints of Ferra #8C6664

Color information

#8C6664 (or 0x8C6664) is unknown color: approx Ferra. HEX triplet: 8C, 66 and 64. RGB value is (140,102,100). Sum of RGB (Red+Green+Blue) = 140+102+100=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6664 is #73999B. Grayscale: #717171. Windows color (decimal): -7575964 or 6579852. OLE color: 6579852.

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

Color convert

RGB140102100-
CMYK00.270.290.45
HSL16.67%47.06%-
HSV(B)28.57%54.9%-
XYZ17.871614.2-
YUV113.13120.59147.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=40.94%
G=29.82%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010210000.270.290.45316.6747.06
Hex8C666401B1D2D3112f
Octal214146144033355532157
Binary1000110011001101100100011011111011011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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