#90685A

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

Shades of Leather #90685A

Tints of Leather #90685A

Color information

#90685A (or 0x90685A) is unknown color: approx Leather. HEX triplet: 90, 68 and 5A. RGB value is (144,104,90). Sum of RGB (Red+Green+Blue) = 144+104+90=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685A is #6F97A5. Grayscale: #727272. Windows color (decimal): -7313318 or 5925008. OLE color: 5925008.

HSL color Cylindrical-coordinate representation of color #90685A: hue angle of 15.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90685A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14410490-
CMYK00.280.370.44
HSL15.56º23.08%45.88%-
HSV(B)15.56º37.5%56.47%-
XYZ18.316.5711.91-
YUV114.36114.25149.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=42.60%
G=30.77%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441049000.280.370.4415.5623.0845.88
Hex90685A01C252C10172e
Octal2201501320344554202756
Binary10010000110100010110100111001001011011001000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90685A; }

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

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

<style>
 a { background-color: #90685A; }

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

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

<style>
 span { border-color: #90685A; }

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

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