Html Css Color HEX #817364 Sand Dune

📋 copy color: '#817364'

red 129 ◦ green 115 ◦ blue 100

#817364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #817364

Tints of Sand Dune #817364

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 value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#817364 (or 0x817364) is known color: 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

RGB 129 115 100 -
CMYK 0 0.11 0.22 0.49
HSL 31.03º 0.13% 0.45% -
HSV(B) 31.03º 0.22% 0.51% -
XYZ 17.48 17.85 14.58 -
YUV 117.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 129 115 100 0 0.11 0.22 0.49 31.03 0.13 0.45
Hex 81 73 64 0 B 16 31 1F D 2D
Octal 201 163 144 0 13 26 61 37 15 55
Binary 10000001 1110011 1100100 0 1011 10110 110001 11111 1101 101101

Color Harmonies of #817364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817364

Black with #817364

Text Example


Text Example

White with #817364

Text Example


Text Example

HTML Codes & Css Web 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>