#90654F

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

Shades of Leather #90654F

Tints of Leather #90654F

Color information

#90654F (or 0x90654F) is unknown color: approx Leather. HEX triplet: 90, 65 and 4F. RGB value is (144,101,79). Sum of RGB (Red+Green+Blue) = 144+101+79=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90654F is #6F9AB0. Grayscale: #6F6F6F. Windows color (decimal): -7314097 or 5203344. OLE color: 5203344.

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

Color convert

RGB14410179-
CMYK00.300.450.44
HSL20.31º29.15%43.73%-
HSV(B)20.31º45.14%56.47%-
XYZ17.5715.89.52-
YUV111.35109.75151.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=44.44%
G=31.17%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441017900.300.450.4420.3129.1543.73
Hex90654F01E2D2C141d2c
Octal2201451170365554243554
Binary10010000110010110011110111101011011011001010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90654F; }

 p { color: rgb(144,101,79); }

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

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

 a { background-color: rgb(144,101,79); }

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

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

 span { border-color: rgb(144,101,79); }

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