#817164

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

Shades of Sand Dune #817164

Tints of Sand Dune #817164

Color information

#817164 (or 0x817164) is unknown color: approx Sand Dune. HEX triplet: 81, 71 and 64. RGB value is (129,113,100). Sum of RGB (Red+Green+Blue) = 129+113+100=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #817164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817164 is #7E8E9B. Grayscale: #747474. Windows color (decimal): -8294044 or 6582657. OLE color: 6582657.

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

Color convert

RGB129113100-
CMYK00.120.220.49
HSL26.9º12.66%44.9%-
HSV(B)26.9º22.48%50.59%-
XYZ17.2617.414.51-
YUV116.3118.8137.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=37.72%
G=33.04%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911310000.120.220.4926.912.6644.9
Hex8171640C16311bd2d
Octal2011611440142661331555
Binary10000001111000111001000110010110110001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817164; }

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

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

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

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

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

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

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

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