#906953

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

Shades of Leather #906953

Tints of Leather #906953

Color information

#906953 (or 0x906953) is unknown color: approx Leather. HEX triplet: 90, 69 and 53. RGB value is (144,105,83). Sum of RGB (Red+Green+Blue) = 144+105+83=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906953 is #6F96AC. Grayscale: #727272. Windows color (decimal): -7313069 or 5466512. OLE color: 5466512.

HSL color Cylindrical-coordinate representation of color #906953: hue angle of 21.64º 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 #906953 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14410583-
CMYK00.270.420.44
HSL21.64º26.87%44.51%-
HSV(B)21.64º42.36%56.47%-
XYZ18.1116.6610.44-
YUV114.15110.42149.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 83 (32.81% from 255) = 25%
R=43.37%
G=31.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441058300.270.420.4421.6426.8744.51
Hex90695301B2A2C161b2d
Octal2201511230335254263355
Binary10010000110100110100110110111010101011001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906953; }

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

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

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

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

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

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

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

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