#906D6D

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

Shades of Ferra #906D6D

Tints of Ferra #906D6D

Color information

#906D6D (or 0x906D6D) is unknown color: approx Ferra. HEX triplet: 90, 6D and 6D. RGB value is (144,109,109). Sum of RGB (Red+Green+Blue) = 144+109+109=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D6D is #6F9292. Grayscale: #777777. Windows color (decimal): -7312019 or 7171472. OLE color: 7171472.

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

Color convert

RGB144109109-
CMYK00.240.240.44
HSL13.83%49.61%-
HSV(B)24.31%56.47%-
XYZ19.7317.9716.9-
YUV119.46122.1145.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=39.78%
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.44
SystemRedGreenBlueCMYKHSL
Decimal14410910900.240.240.44013.8349.61
Hex906D6D018182C0e32
Octal220155155030305401662
Binary10010000110110111011010110001100010110001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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