#807165

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

Shades of Sand Dune #807165

Tints of Sand Dune #807165

Color information

#807165 (or 0x807165) is unknown color: approx Sand Dune. HEX triplet: 80, 71 and 65. RGB value is (128,113,101). Sum of RGB (Red+Green+Blue) = 128+113+101=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #807165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807165 is #7F8E9A. Grayscale: #747474. Windows color (decimal): -8359579 or 6648192. OLE color: 6648192.

HSL color Cylindrical-coordinate representation of color #807165: hue angle of 26.67º 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 #807165 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB128113101-
CMYK00.120.210.50
HSL26.67º11.79%44.9%-
HSV(B)26.67º21.09%50.2%-
XYZ17.1617.3414.75-
YUV116.12119.47136.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=37.43%
G=33.04%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811310100.120.210.5026.6711.7944.9
Hex8071650C15321bc2d
Octal2001611450142562331455
Binary10000000111000111001010110010101110010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807165; }

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

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

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

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

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

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

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

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