Html Css Color HEX #817468 Sand Dune

📋 copy color: '#817468'

red 129 ◦ green 116 ◦ blue 104

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

Shades of Sand Dune #817468

Tints of Sand Dune #817468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 36.96%
G = 33.24%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#817468 (or 0x817468) is known color: Sand Dune. HEX triplet: 81, 74 and 68. RGB value is (129,116,104). Sum of RGB (Red+Green+Blue) = 129+116+104=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #817468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817468 is #7E8B97. Grayscale: #767676. Windows color (decimal): -8293272 or 6845569. OLE color: 6845569.

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

Color convert

RGB 129 116 104 -
CMYK 0 0.10 0.19 0.49
HSL 28.8º 0.11% 0.46% -
HSV(B) 28.8º 0.19% 0.51% -
XYZ 17.8 18.16 15.66 -
YUV 118.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 129 116 104 0 0.10 0.19 0.49 28.8 0.11 0.46
Hex 81 74 68 0 A 13 31 1D B 2E
Octal 201 164 150 0 12 23 61 35 13 56
Binary 10000001 1110100 1101000 0 1010 10011 110001 11101 1011 101110

Color Harmonies of #817468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817468

Black with #817468

Text Example


Text Example

White with #817468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817468; }

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

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

background-color css

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

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

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

border-color css

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

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

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