#906952

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

Shades of Leather #906952

Tints of Leather #906952

Color information

#906952 (or 0x906952) is unknown color: approx Leather. HEX triplet: 90, 69 and 52. RGB value is (144,105,82). Sum of RGB (Red+Green+Blue) = 144+105+82=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #906952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906952 is #6F96AD. Grayscale: #727272. Windows color (decimal): -7313070 or 5400976. OLE color: 5400976.

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

Color convert

RGB14410582-
CMYK00.270.430.44
HSL22.26º27.43%44.31%-
HSV(B)22.26º43.06%56.47%-
XYZ18.0816.6410.24-
YUV114.04109.92149.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=43.50%
G=31.72%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441058200.270.430.4422.2627.4344.31
Hex90695201B2B2C161b2c
Octal2201511220335354263354
Binary10010000110100110100100110111010111011001011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906952; }

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

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

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

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

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

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

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

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