#90716C

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

Shades of Ferra #90716C

Tints of Ferra #90716C

Color information

#90716C (or 0x90716C) is unknown color: approx Ferra. HEX triplet: 90, 71 and 6C. RGB value is (144,113,108). Sum of RGB (Red+Green+Blue) = 144+113+108=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90716C is #6F8E93. Grayscale: #797979. Windows color (decimal): -7310996 or 7106960. OLE color: 7106960.

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

Color convert

RGB144113108-
CMYK00.220.250.44
HSL8.33º14.29%49.41%-
HSV(B)8.33º25%56.47%-
XYZ20.1118.8216.76-
YUV121.7120.27143.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=39.45%
G=30.96%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411310800.220.250.448.3314.2949.41
Hex90716C016192C8e31
Octal2201611540263154101661
Binary10010000111000111011000101101100110110010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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