#90664E

Color #90664E Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #90664E

Tints of Leather #90664E

Color information

#90664E (or 0x90664E) is unknown color: approx Leather. HEX triplet: 90, 66 and 4E. RGB value is (144,102,78). Sum of RGB (Red+Green+Blue) = 144+102+78=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90664E is #6F99B1. Grayscale: #6F6F6F. Windows color (decimal): -7313842 or 5138064. OLE color: 5138064.

HSL color Cylindrical-coordinate representation of color #90664E: hue angle of 21.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90664E is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14410278-
CMYK00.290.460.44
HSL21.82º29.73%43.53%-
HSV(B)21.82º45.83%56.47%-
XYZ17.6315.989.36-
YUV111.82108.91150.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=44.44%
G=31.48%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441027800.290.460.4421.8229.7343.53
Hex90664E01D2E2C161e2c
Octal2201461160355654263654
Binary10010000110011010011100111011011101011001011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90664E; }

 p { color: rgb(144,102,78); }

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

<style>
 a { background-color: #90664E; }

 a { background-color: rgb(144,102,78); }

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

<style>
 span { border-color: #90664E; }

 span { border-color: rgb(144,102,78); }

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