#90775F

Color #90775F Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #90775F

Tints of Sand Dune #90775F

Color information

#90775F (or 0x90775F) is unknown color: approx Sand Dune. HEX triplet: 90, 77 and 5F. RGB value is (144,119,95). Sum of RGB (Red+Green+Blue) = 144+119+95=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90775F is #6F88A0. Grayscale: #7B7B7B. Windows color (decimal): -7309473 or 6256528. OLE color: 6256528.

HSL color Cylindrical-coordinate representation of color #90775F: hue angle of 29.39º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90775F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14411995-
CMYK00.170.340.44
HSL29.39º20.5%46.86%-
HSV(B)29.39º34.03%56.47%-
XYZ20.1619.9513.61-
YUV123.74111.78142.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=40.22%
G=33.24%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441199500.170.340.4429.3920.546.86
Hex90775F011222C1d152f
Octal2201671370214254352557
Binary10010000111011110111110100011000101011001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90775F; }

 p { color: rgb(144,119,95); }

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

<style>
 a { background-color: #90775F; }

 a { background-color: rgb(144,119,95); }

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

<style>
 span { border-color: #90775F; }

 span { border-color: rgb(144,119,95); }

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