#906A68

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

Shades of Ferra #906A68

Tints of Ferra #906A68

Color information

#906A68 (or 0x906A68) is unknown color: approx Ferra. HEX triplet: 90, 6A and 68. RGB value is (144,106,104). Sum of RGB (Red+Green+Blue) = 144+106+104=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A68 is #6F9597. Grayscale: #757575. Windows color (decimal): -7312792 or 6843024. OLE color: 6843024.

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

Color convert

RGB144106104-
CMYK00.260.280.44
HSL16.13%48.63%-
HSV(B)27.78%56.47%-
XYZ19.1517.2415.41-
YUV117.13120.59147.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=40.68%
G=29.94%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410610400.260.280.44316.1348.63
Hex906A6801A1C2C31031
Octal220152150032345432061
Binary1001000011010101101000011010111001011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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