Html Css Color HEX #817466 Sand Dune

📋 copy color: '#817466'

red 129 ◦ green 116 ◦ blue 102

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

Shades of Sand Dune #817466

Tints of Sand Dune #817466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 37.18%
G = 33.43%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#817466 (or 0x817466) is known color: Sand Dune. HEX triplet: 81, 74 and 66. RGB value is (129,116,102). Sum of RGB (Red+Green+Blue) = 129+116+102=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #817466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817466 is #7E8B99. Grayscale: #767676. Windows color (decimal): -8293274 or 6714497. OLE color: 6714497.

HSL color Cylindrical-coordinate representation of color #817466: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817466 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 116 102 -
CMYK 0 0.10 0.21 0.49
HSL 31.11º 0.12% 0.45% -
HSV(B) 31.11º 0.21% 0.51% -
XYZ 17.7 18.12 15.13 -
YUV 118.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 129 116 102 0 0.10 0.21 0.49 31.11 0.12 0.45
Hex 81 74 66 0 A 15 31 1F C 2D
Octal 201 164 146 0 12 25 61 37 14 55
Binary 10000001 1110100 1100110 0 1010 10101 110001 11111 1100 101101

Color Harmonies of #817466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817466

Black with #817466

Text Example


Text Example

White with #817466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817466; }

 p { color: rgb(129,116,102); }

 H1.HeaderClassName
 {
   color: #817466;
 }
 .AnyTagClassName
 {
   color: #817466;
 }
</style>

background-color css

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

 a { background-color: rgb(129,116,102); }

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

border-color css

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

 span { border-color: rgb(129,116,102); }

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