#906E6D

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

Shades of Ferra #906E6D

Tints of Ferra #906E6D

Color information

#906E6D (or 0x906E6D) is unknown color: approx Ferra. HEX triplet: 90, 6E and 6D. RGB value is (144,110,109). Sum of RGB (Red+Green+Blue) = 144+110+109=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E6D is #6F9192. Grayscale: #787878. Windows color (decimal): -7311763 or 7171728. OLE color: 7171728.

HSL color Cylindrical-coordinate representation of color #906E6D: hue angle of 1.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E6D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB144110109-
CMYK00.240.240.44
HSL1.71º13.83%49.61%-
HSV(B)1.71º24.31%56.47%-
XYZ19.8418.1916.93-
YUV120.05121.76145.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=39.67%
G=30.30%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411010900.240.240.441.7113.8349.61
Hex906E6D018182C2e32
Octal220156155030305421662
Binary100100001101110110110101100011000101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906E6D; }

 p { color: rgb(144,110,109); }

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

<style>
 a { background-color: #906E6D; }

 a { background-color: rgb(144,110,109); }

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

<style>
 span { border-color: #906E6D; }

 span { border-color: rgb(144,110,109); }

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