#807364

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

Shades of Sand Dune #807364

Tints of Sand Dune #807364

Color information

#807364 (or 0x807364) is unknown color: approx Sand Dune. HEX triplet: 80, 73 and 64. RGB value is (128,115,100). Sum of RGB (Red+Green+Blue) = 128+115+100=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #807364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807364 is #7F8C9B. Grayscale: #757575. Windows color (decimal): -8359068 or 6583168. OLE color: 6583168.

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

Color convert

RGB128115100-
CMYK00.100.220.50
HSL32.14º12.28%44.71%-
HSV(B)32.14º21.88%50.2%-
XYZ17.3317.7714.57-
YUV117.18118.31135.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=37.32%
G=33.53%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811510000.100.220.5032.1412.2844.71
Hex8073640A163220c2d
Octal2001631440122662401455
Binary100000001110011110010001010101101100101000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807364; }

 p { color: rgb(128,115,100); }

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

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

 a { background-color: rgb(128,115,100); }

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

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

 span { border-color: rgb(128,115,100); }

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