#8C6A6A

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

Shades of Ferra #8C6A6A

Tints of Ferra #8C6A6A

Color information

#8C6A6A (or 0x8C6A6A) is unknown color: approx Ferra. HEX triplet: 8C, 6A and 6A. RGB value is (140,106,106). Sum of RGB (Red+Green+Blue) = 140+106+106=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A6A is #739595. Grayscale: #747474. Windows color (decimal): -7574934 or 6974092. OLE color: 6974092.

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

Color convert

RGB140106106-
CMYK00.240.240.45
HSL13.82%48.24%-
HSV(B)24.29%54.9%-
XYZ18.5716.9215.92-
YUV116.17122.26145-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=39.77%
G=30.11%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010610600.240.240.45013.8248.24
Hex8C6A6A018182D0e30
Octal214152152030305501660
Binary10001100110101011010100110001100010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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