#817264

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

Shades of Sand Dune #817264

Tints of Sand Dune #817264

Color information

#817264 (or 0x817264) is unknown color: approx Sand Dune. HEX triplet: 81, 72 and 64. RGB value is (129,114,100). Sum of RGB (Red+Green+Blue) = 129+114+100=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #817264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817264 is #7E8D9B. Grayscale: #747474. Windows color (decimal): -8293788 or 6582913. OLE color: 6582913.

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

Color convert

RGB129114100-
CMYK00.120.220.49
HSL28.97º12.66%44.9%-
HSV(B)28.97º22.48%50.59%-
XYZ17.3717.6214.54-
YUV116.89118.47136.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=37.61%
G=33.24%
B=29.15%

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
Decimal12911410000.120.220.4928.9712.6644.9
Hex8172640C16311dd2d
Octal2011621440142661351555
Binary10000001111001011001000110010110110001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817264; }

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

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

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

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

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

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

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

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