#90694D

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

Shades of Leather #90694D

Tints of Leather #90694D

Color information

#90694D (or 0x90694D) is unknown color: approx Leather. HEX triplet: 90, 69 and 4D. RGB value is (144,105,77). Sum of RGB (Red+Green+Blue) = 144+105+77=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90694D is #6F96B2. Grayscale: #717171. Windows color (decimal): -7313075 or 5073296. OLE color: 5073296.

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

Color convert

RGB14410577-
CMYK00.270.470.44
HSL25.07º30.32%43.33%-
HSV(B)25.07º46.53%56.47%-
XYZ17.8916.579.28-
YUV113.47107.42149.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=44.17%
G=32.21%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441057700.270.470.4425.0730.3243.33
Hex90694D01B2F2C191e2b
Octal2201511150335754313653
Binary10010000110100110011010110111011111011001100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90694D; }

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

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

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

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

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

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

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

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