Html Css Color HEX #817464 Sand Dune

📋 copy color: '#817464'

red 129 ◦ green 116 ◦ blue 100

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

Shades of Sand Dune #817464

Tints of Sand Dune #817464

RGB

 RED value IS 129 (50.78% from 255) = 37.39%

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 129 116 100 -
CMYK 0 0.10 0.22 0.49
HSL 33.1º 0.13% 0.45% -
HSV(B) 33.1º 0.22% 0.51% -
XYZ 17.6 18.08 14.62 -
YUV 118.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 129 116 100 0 0.10 0.22 0.49 33.1 0.13 0.45
Hex 81 74 64 0 A 16 31 21 D 2D
Octal 201 164 144 0 12 26 61 41 15 55
Binary 10000001 1110100 1100100 0 1010 10110 110001 100001 1101 101101

Color Harmonies of #817464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817464

Black with #817464

Text Example


Text Example

White with #817464

Text Example


Text Example

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