#8C6A66

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

Shades of Ferra #8C6A66

Tints of Ferra #8C6A66

Color information

#8C6A66 (or 0x8C6A66) is unknown color: approx Ferra. HEX triplet: 8C, 6A and 66. RGB value is (140,106,102). Sum of RGB (Red+Green+Blue) = 140+106+102=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A66 is #739599. Grayscale: #737373. Windows color (decimal): -7574938 or 6711948. OLE color: 6711948.

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

Color convert

RGB140106102-
CMYK00.240.270.45
HSL6.32º15.7%47.45%-
HSV(B)6.32º27.14%54.9%-
XYZ18.3716.8414.85-
YUV115.71120.26145.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=40.23%
G=30.46%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010610200.240.270.456.3215.747.45
Hex8C6A660181B2D6102f
Octal214152146030335562057
Binary10001100110101011001100110001101110110111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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