#90684E

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

Shades of Leather #90684E

Tints of Leather #90684E

Color information

#90684E (or 0x90684E) is unknown color: approx Leather. HEX triplet: 90, 68 and 4E. RGB value is (144,104,78). Sum of RGB (Red+Green+Blue) = 144+104+78=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90684E is #6F97B1. Grayscale: #717171. Windows color (decimal): -7313330 or 5138576. OLE color: 5138576.

HSL color Cylindrical-coordinate representation of color #90684E: hue angle of 23.64º 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 #90684E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14410478-
CMYK00.280.460.44
HSL23.64º29.73%43.53%-
HSV(B)23.64º45.83%56.47%-
XYZ17.8316.389.43-
YUV113108.25150.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=44.17%
G=31.90%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441047800.280.460.4423.6429.7343.53
Hex90684E01C2E2C181e2c
Octal2201501160345654303654
Binary10010000110100010011100111001011101011001100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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