#906652

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

Shades of Leather #906652

Tints of Leather #906652

Color information

#906652 (or 0x906652) is unknown color: approx Leather. HEX triplet: 90, 66 and 52. RGB value is (144,102,82). Sum of RGB (Red+Green+Blue) = 144+102+82=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #906652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906652 is #6F99AD. Grayscale: #707070. Windows color (decimal): -7313838 or 5400208. OLE color: 5400208.

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

Color convert

RGB14410282-
CMYK00.290.430.44
HSL19.35º27.43%44.31%-
HSV(B)19.35º43.06%56.47%-
XYZ17.7816.0410.14-
YUV112.28110.91150.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 82 (32.42% from 255) = 25%
R=43.90%
G=31.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441028200.290.430.4419.3527.4344.31
Hex90665201D2B2C131b2c
Octal2201461220355354233354
Binary10010000110011010100100111011010111011001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906652; }

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

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

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

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

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

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

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

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