#807465

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

Shades of Sand Dune #807465

Tints of Sand Dune #807465

Color information

#807465 (or 0x807465) is unknown color: approx Sand Dune. HEX triplet: 80, 74 and 65. RGB value is (128,116,101). Sum of RGB (Red+Green+Blue) = 128+116+101=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807465 is #7F8B9A. Grayscale: #757575. Windows color (decimal): -8358811 or 6648960. OLE color: 6648960.

HSL color Cylindrical-coordinate representation of color #807465: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807465 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB128116101-
CMYK00.090.210.50
HSL33.33º11.79%44.9%-
HSV(B)33.33º21.09%50.2%-
XYZ17.518.0214.87-
YUV117.88118.48135.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=37.10%
G=33.62%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811610100.090.210.5033.3311.7944.9
Hex80746509153221c2d
Octal2001641450112562411455
Binary100000001110100110010101001101011100101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807465; }

 p { color: rgb(128,116,101); }

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

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

 a { background-color: rgb(128,116,101); }

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

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

 span { border-color: rgb(128,116,101); }

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