#906F6C

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

Shades of Ferra #906F6C

Tints of Ferra #906F6C

Color information

#906F6C (or 0x906F6C) is unknown color: approx Ferra. HEX triplet: 90, 6F and 6C. RGB value is (144,111,108). Sum of RGB (Red+Green+Blue) = 144+111+108=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F6C is #6F9093. Grayscale: #787878. Windows color (decimal): -7311508 or 7106448. OLE color: 7106448.

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

Color convert

RGB144111108-
CMYK00.230.250.44
HSL14.29%49.41%-
HSV(B)25%56.47%-
XYZ19.8918.3816.69-
YUV120.52120.93144.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=39.67%
G=30.58%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411110800.230.250.44514.2949.41
Hex906F6C017192C5e31
Octal220157154027315451661
Binary1001000011011111101100010111110011011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,108); }

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

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

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

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

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

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

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