#90764A

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

Shades of Shadow #90764A

Tints of Shadow #90764A

Color information

#90764A (or 0x90764A) is unknown color: approx Shadow. HEX triplet: 90, 76 and 4A. RGB value is (144,118,74). Sum of RGB (Red+Green+Blue) = 144+118+74=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90764A is #6F89B5. Grayscale: #787878. Windows color (decimal): -7309750 or 4880016. OLE color: 4880016.

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

Color convert

RGB14411874-
CMYK00.180.490.44
HSL37.71º32.11%42.75%-
HSV(B)37.71º48.61%56.47%-
XYZ19.2219.389.21-
YUV120.76101.61144.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=42.86%
G=35.12%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441187400.180.490.4437.7132.1142.75
Hex90764A012312C26202b
Octal2201661120226154464053
Binary1001000011101101001010010010110001101100100110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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