#90674e

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

Shades of Leather #90674E

Tints of Leather #90674E

Color information

#90674E (or 0x90674E) is unknown color: approx Leather. HEX triplet: 90, 67 and 4E. RGB value is (144,103,78). Sum of RGB (Red+Green+Blue) = 144+103+78=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90674E is #6F98B1. Grayscale: #707070. Windows color (decimal): -7313586 or 5138320. OLE color: 5138320.

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

Color convert

RGB14410378-
CMYK00.280.460.44
HSL22.73º29.73%43.53%-
HSV(B)22.73º45.83%56.47%-
XYZ17.7316.189.4-
YUV112.41108.58150.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 78 (30.86% from 255) = 24%
R=44.31%
G=31.69%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441037800.280.460.4422.7329.7343.53
Hex90674E01C2E2C171e2c
Octal2201471160345654273654
Binary10010000110011110011100111001011101011001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90674e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90674e; }

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

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

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

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

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

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

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

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