#906A58

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

Shades of Leather #906A58

Tints of Leather #906A58

Color information

#906A58 (or 0x906A58) is unknown color: approx Leather. HEX triplet: 90, 6A and 58. RGB value is (144,106,88). Sum of RGB (Red+Green+Blue) = 144+106+88=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #906A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A58 is #6F95A7. Grayscale: #737373. Windows color (decimal): -7312808 or 5794448. OLE color: 5794448.

HSL color Cylindrical-coordinate representation of color #906A58: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906A58 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14410688-
CMYK00.260.390.44
HSL19.29º24.14%45.49%-
HSV(B)19.29º38.89%56.47%-
XYZ18.4216.9411.53-
YUV115.31112.59148.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=42.60%
G=31.36%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441068800.260.390.4419.2924.1445.49
Hex906A5801A272C13182d
Octal2201521300324754233055
Binary10010000110101010110000110101001111011001001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A58; }

 p { color: rgb(144,106,88); }

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

<style>
 a { background-color: #906A58; }

 a { background-color: rgb(144,106,88); }

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

<style>
 span { border-color: #906A58; }

 span { border-color: rgb(144,106,88); }

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