#817364

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

Shades of Sand Dune #817364

Tints of Sand Dune #817364

Color information

#817364 (or 0x817364) is unknown color: approx Sand Dune. HEX triplet: 81, 73 and 64. RGB value is (129,115,100). Sum of RGB (Red+Green+Blue) = 129+115+100=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #817364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817364 is #7E8C9B. Grayscale: #757575. Windows color (decimal): -8293532 or 6583169. OLE color: 6583169.

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

Color convert

RGB129115100-
CMYK00.110.220.49
HSL31.03º12.66%44.9%-
HSV(B)31.03º22.48%50.59%-
XYZ17.4817.8514.58-
YUV117.48118.14136.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=37.5%
G=33.43%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911510000.110.220.4931.0312.6644.9
Hex8173640B16311fd2d
Octal2011631440132661371555
Binary10000001111001111001000101110110110001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817364; }

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

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

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

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

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

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

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

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