#90764E

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

Shades of Pale Brown #90764E

Tints of Pale Brown #90764E

Color information

#90764E (or 0x90764E) is unknown color: approx Pale Brown. HEX triplet: 90, 76 and 4E. RGB value is (144,118,78). Sum of RGB (Red+Green+Blue) = 144+118+78=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90764E is #6F89B1. Grayscale: #797979. Windows color (decimal): -7309746 or 5142160. OLE color: 5142160.

HSL color Cylindrical-coordinate representation of color #90764E: hue angle of 36.36º 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 #90764E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14411878-
CMYK00.180.460.44
HSL36.36º29.73%43.53%-
HSV(B)36.36º45.83%56.47%-
XYZ19.3619.449.94-
YUV121.21103.61144.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=42.35%
G=34.71%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441187800.180.460.4436.3629.7343.53
Hex90764E0122E2C241e2c
Octal2201661160225654443654
Binary100100001110110100111001001010111010110010010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90764E; }

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

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

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

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

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

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

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

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