#90726D

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

Shades of Ferra #90726D

Tints of Ferra #90726D

Color information

#90726D (or 0x90726D) is unknown color: approx Ferra. HEX triplet: 90, 72 and 6D. RGB value is (144,114,109). Sum of RGB (Red+Green+Blue) = 144+114+109=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #90726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90726D is #6F8D92. Grayscale: #7A7A7A. Windows color (decimal): -7310739 or 7172752. OLE color: 7172752.

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

Color convert

RGB144114109-
CMYK00.210.240.44
HSL8.57º13.83%49.61%-
HSV(B)8.57º24.31%56.47%-
XYZ20.2819.0717.08-
YUV122.4120.44143.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=39.24%
G=31.06%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411410900.210.240.448.5713.8349.61
Hex90726D015182C9e32
Octal2201621550253054111662
Binary10010000111001011011010101011100010110010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90726D; }

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

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

<style>
 a { background-color: #90726D; }

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

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

<style>
 span { border-color: #90726D; }

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

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