#90764B

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

Shades of Shadow #90764B

Tints of Shadow #90764B

Color information

#90764B (or 0x90764B) is unknown color: approx Shadow. HEX triplet: 90, 76 and 4B. RGB value is (144,118,75). Sum of RGB (Red+Green+Blue) = 144+118+75=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90764B is #6F89B4. Grayscale: #797979. Windows color (decimal): -7309749 or 4945552. OLE color: 4945552.

HSL color Cylindrical-coordinate representation of color #90764B: hue angle of 37.39º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90764B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14411875-
CMYK00.180.480.44
HSL37.39º31.51%42.94%-
HSV(B)37.39º47.92%56.47%-
XYZ19.2519.399.39-
YUV120.87102.11144.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=42.73%
G=35.01%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441187500.180.480.4437.3931.5142.94
Hex90764B012302C25202b
Octal2201661130226054454053
Binary1001000011101101001011010010110000101100100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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