#827469

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

Shades of Sand Dune #827469

Tints of Sand Dune #827469

Color information

#827469 (or 0x827469) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 69. RGB value is (130,116,105). Sum of RGB (Red+Green+Blue) = 130+116+105=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827469 is #7D8B96. Grayscale: #767676. Windows color (decimal): -8227735 or 6911106. OLE color: 6911106.

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

Color convert

RGB130116105-
CMYK00.110.190.49
HSL26.4º10.64%46.08%-
HSV(B)26.4º19.23%50.98%-
XYZ1818.2615.94-
YUV118.93120.14135.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=37.04%
G=33.05%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610500.110.190.4926.410.6446.08
Hex8274690B13311ab2e
Octal2021641510132361321356
Binary10000010111010011010010101110011110001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827469; }

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

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

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

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

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

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

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

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