#817469

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

Shades of Sand Dune #817469

Tints of Sand Dune #817469

Color information

#817469 (or 0x817469) is unknown color: approx Sand Dune. HEX triplet: 81, 74 and 69. RGB value is (129,116,105). Sum of RGB (Red+Green+Blue) = 129+116+105=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #817469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817469 is #7E8B96. Grayscale: #767676. Windows color (decimal): -8293271 or 6911105. OLE color: 6911105.

HSL color Cylindrical-coordinate representation of color #817469: hue angle of 27.5º degrees, saturation: 0.1, 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 #817469 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB129116105-
CMYK00.100.190.49
HSL27.5º10.26%45.88%-
HSV(B)27.5º18.6%50.59%-
XYZ17.8518.1815.93-
YUV118.63120.31135.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=36.86%
G=33.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911610500.100.190.4927.510.2645.88
Hex8174690A13311ba2e
Octal2011641510122361331256
Binary10000001111010011010010101010011110001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817469; }

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

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

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

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

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

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

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

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