#8C6765

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

Shades of Ferra #8C6765

Tints of Ferra #8C6765

Color information

#8C6765 (or 0x8C6765) is unknown color: approx Ferra. HEX triplet: 8C, 67 and 65. RGB value is (140,103,101). Sum of RGB (Red+Green+Blue) = 140+103+101=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6765 is #73989A. Grayscale: #717171. Windows color (decimal): -7575707 or 6645644. OLE color: 6645644.

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

Color convert

RGB140103101-
CMYK00.260.280.45
HSL3.08º16.18%47.25%-
HSV(B)3.08º27.86%54.9%-
XYZ18.0116.2214.49-
YUV113.84120.76146.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=40.70%
G=29.94%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010310100.260.280.453.0816.1847.25
Hex8C676501A1C2D3102f
Octal214147145032345532057
Binary1000110011001111100101011010111001011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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