#817464

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

Shades of Sand Dune #817464

Tints of Sand Dune #817464

Color information

#817464 (or 0x817464) is unknown color: approx Sand Dune. HEX triplet: 81, 74 and 64. RGB value is (129,116,100). Sum of RGB (Red+Green+Blue) = 129+116+100=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #817464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817464 is #7E8B9B. Grayscale: #767676. Windows color (decimal): -8293276 or 6583425. OLE color: 6583425.

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

Color convert

RGB129116100-
CMYK00.100.220.49
HSL33.1º12.66%44.9%-
HSV(B)33.1º22.48%50.59%-
XYZ17.618.0814.62-
YUV118.06117.81135.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=37.39%
G=33.62%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911610000.100.220.4933.112.6644.9
Hex8174640A163121d2d
Octal2011641440122661411555
Binary100000011110100110010001010101101100011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817464; }

 p { color: rgb(129,116,100); }

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

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

 a { background-color: rgb(129,116,100); }

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

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

 span { border-color: rgb(129,116,100); }

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