#827468

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

Shades of Sand Dune #827468

Tints of Sand Dune #827468

Color information

#827468 (or 0x827468) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 68. RGB value is (130,116,104). Sum of RGB (Red+Green+Blue) = 130+116+104=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827468 is #7D8B97. Grayscale: #767676. Windows color (decimal): -8227736 or 6845570. OLE color: 6845570.

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

Color convert

RGB130116104-
CMYK00.110.20.49
HSL27.69º11.11%45.88%-
HSV(B)27.69º20%50.98%-
XYZ17.9518.2415.67-
YUV118.82119.64135.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=37.14%
G=33.14%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610400.110.20.4927.6911.1145.88
Hex8274680B14311cb2e
Octal2021641500132461341356
Binary10000010111010011010000101110100110001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827468; }

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

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

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

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

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

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

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

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