#906753

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

Shades of Leather #906753

Tints of Leather #906753

Color information

#906753 (or 0x906753) is unknown color: approx Leather. HEX triplet: 90, 67 and 53. RGB value is (144,103,83). Sum of RGB (Red+Green+Blue) = 144+103+83=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #906753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906753 is #6F98AC. Grayscale: #717171. Windows color (decimal): -7313581 or 5466000. OLE color: 5466000.

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

Color convert

RGB14410383-
CMYK00.280.420.44
HSL19.67º26.87%44.51%-
HSV(B)19.67º42.36%56.47%-
XYZ17.9116.2510.38-
YUV112.98111.08150.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=43.64%
G=31.21%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441038300.280.420.4419.6726.8744.51
Hex90675301C2A2C141b2d
Octal2201471230345254243355
Binary10010000110011110100110111001010101011001010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906753; }

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

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

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

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

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

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

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

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