#8C6967

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

Shades of Ferra #8C6967

Tints of Ferra #8C6967

Color information

#8C6967 (or 0x8C6967) is unknown color: approx Ferra. HEX triplet: 8C, 69 and 67. RGB value is (140,105,103). Sum of RGB (Red+Green+Blue) = 140+105+103=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6967 is #739698. Grayscale: #737373. Windows color (decimal): -7575193 or 6777228. OLE color: 6777228.

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

Color convert

RGB140105103-
CMYK00.250.260.45
HSL3.24º15.23%47.65%-
HSV(B)3.24º26.43%54.9%-
XYZ18.3116.6615.08-
YUV115.24121.1145.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=40.23%
G=30.17%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010510300.250.260.453.2415.2347.65
Hex8C69670191A2D3f30
Octal214151147031325531760
Binary100011001101001110011101100111010101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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