#906C6A

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

Shades of Ferra #906C6A

Tints of Ferra #906C6A

Color information

#906C6A (or 0x906C6A) is unknown color: approx Ferra. HEX triplet: 90, 6C and 6A. RGB value is (144,108,106). Sum of RGB (Red+Green+Blue) = 144+108+106=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #906C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C6A is #6F9395. Grayscale: #767676. Windows color (decimal): -7312278 or 6974608. OLE color: 6974608.

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

Color convert

RGB144108106-
CMYK00.250.260.44
HSL3.16º15.2%49.02%-
HSV(B)3.16º26.39%56.47%-
XYZ19.4717.716.03-
YUV118.54120.93146.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=40.22%
G=30.17%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410810600.250.260.443.1615.249.02
Hex906C6A0191A2C3f31
Octal220154152031325431761
Binary100100001101100110101001100111010101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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