#906752

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

Shades of Leather #906752

Tints of Leather #906752

Color information

#906752 (or 0x906752) is unknown color: approx Leather. HEX triplet: 90, 67 and 52. RGB value is (144,103,82). Sum of RGB (Red+Green+Blue) = 144+103+82=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906752 is #6F98AD. Grayscale: #707070. Windows color (decimal): -7313582 or 5400464. OLE color: 5400464.

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

Color convert

RGB14410382-
CMYK00.280.430.44
HSL20.32º27.43%44.31%-
HSV(B)20.32º43.06%56.47%-
XYZ17.8716.2410.17-
YUV112.86110.58150.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=43.77%
G=31.31%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441038200.280.430.4420.3227.4344.31
Hex90675201C2B2C141b2c
Octal2201471220345354243354
Binary10010000110011110100100111001010111011001010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906752; }

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

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

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

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

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

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

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

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