#90726C

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

Shades of Ferra #90726C

Tints of Ferra #90726C

Color information

#90726C (or 0x90726C) is unknown color: approx Ferra. HEX triplet: 90, 72 and 6C. RGB value is (144,114,108). Sum of RGB (Red+Green+Blue) = 144+114+108=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #90726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90726C is #6F8D93. Grayscale: #7A7A7A. Windows color (decimal): -7310740 or 7107216. OLE color: 7107216.

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

Color convert

RGB144114108-
CMYK00.210.250.44
HSL10º14.29%49.41%-
HSV(B)10º25%56.47%-
XYZ20.2319.0516.8-
YUV122.29119.94143.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=39.34%
G=31.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411410800.210.250.441014.2949.41
Hex90726C015192Cae31
Octal2201621540253154121661
Binary10010000111001011011000101011100110110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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