#906F6E

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

Shades of Ferra #906F6E

Tints of Ferra #906F6E

Color information

#906F6E (or 0x906F6E) is unknown color: approx Ferra. HEX triplet: 90, 6F and 6E. RGB value is (144,111,110). Sum of RGB (Red+Green+Blue) = 144+111+110=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #906F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F6E is #6F9091. Grayscale: #787878. Windows color (decimal): -7311506 or 7237520. OLE color: 7237520.

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

Color convert

RGB144111110-
CMYK00.230.240.44
HSL1.76º13.39%49.8%-
HSV(B)1.76º23.61%56.47%-
XYZ2018.4217.25-
YUV120.75121.93144.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=39.45%
G=30.41%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411111000.230.240.441.7613.3949.8
Hex906F6E017182C2d32
Octal220157156027305421562
Binary100100001101111110111001011111000101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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