#906955

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

Shades of Leather #906955

Tints of Leather #906955

Color information

#906955 (or 0x906955) is unknown color: approx Leather. HEX triplet: 90, 69 and 55. RGB value is (144,105,85). Sum of RGB (Red+Green+Blue) = 144+105+85=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906955 is #6F96AA. Grayscale: #727272. Windows color (decimal): -7313067 or 5597584. OLE color: 5597584.

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

Color convert

RGB14410585-
CMYK00.270.410.44
HSL20.34º25.76%44.9%-
HSV(B)20.34º40.97%56.47%-
XYZ18.1916.6910.86-
YUV114.38111.42149.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=43.11%
G=31.44%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441058500.270.410.4420.3425.7644.9
Hex90695501B292C141a2d
Octal2201511250335154243255
Binary10010000110100110101010110111010011011001010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906955; }

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

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

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

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

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

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

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

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