#906755

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

Shades of Leather #906755

Tints of Leather #906755

Color information

#906755 (or 0x906755) is unknown color: approx Leather. HEX triplet: 90, 67 and 55. RGB value is (144,103,85). Sum of RGB (Red+Green+Blue) = 144+103+85=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906755 is #6F98AA. Grayscale: #717171. Windows color (decimal): -7313579 or 5597072. OLE color: 5597072.

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

Color convert

RGB14410385-
CMYK00.280.410.44
HSL18.31º25.76%44.9%-
HSV(B)18.31º40.97%56.47%-
XYZ17.9916.2910.79-
YUV113.21112.08149.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=43.37%
G=31.02%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441038500.280.410.4418.3125.7644.9
Hex90675501C292C121a2d
Octal2201471250345154223255
Binary10010000110011110101010111001010011011001001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906755; }

 p { color: rgb(144,103,85); }

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

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

 a { background-color: rgb(144,103,85); }

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

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

 span { border-color: rgb(144,103,85); }

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