#8D6B68

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

Shades of Ferra #8D6B68

Tints of Ferra #8D6B68

Color information

#8D6B68 (or 0x8D6B68) is unknown color: approx Ferra. HEX triplet: 8D, 6B and 68. RGB value is (141,107,104). Sum of RGB (Red+Green+Blue) = 141+107+104=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B68 is #729497. Grayscale: #747474. Windows color (decimal): -7509144 or 6843277. OLE color: 6843277.

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

Color convert

RGB141107104-
CMYK00.240.260.45
HSL4.86º15.1%48.04%-
HSV(B)4.86º26.24%55.29%-
XYZ18.7417.1815.42-
YUV116.82120.76145.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=40.06%
G=30.40%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110710400.240.260.454.8615.148.04
Hex8D6B680181A2D5f30
Octal215153150030325551760
Binary1000110111010111101000011000110101011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,107,104); }

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

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

 a { background-color: rgb(141,107,104); }

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

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

 span { border-color: rgb(141,107,104); }

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