#847468

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

Shades of Sand Dune #847468

Tints of Sand Dune #847468

Color information

#847468 (or 0x847468) is unknown color: approx Sand Dune. HEX triplet: 84, 74 and 68. RGB value is (132,116,104). Sum of RGB (Red+Green+Blue) = 132+116+104=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #847468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847468 is #7B8B97. Grayscale: #777777. Windows color (decimal): -8096664 or 6845572. OLE color: 6845572.

HSL color Cylindrical-coordinate representation of color #847468: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847468 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB132116104-
CMYK00.120.210.48
HSL25.71º11.86%46.27%-
HSV(B)25.71º21.21%51.76%-
XYZ18.2618.415.69-
YUV119.42119.3136.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=37.5%
G=32.95%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211610400.120.210.4825.7111.8646.27
Hex8474680C15301ac2e
Octal2041641500142560321456
Binary10000100111010011010000110010101110000110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847468; }

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

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

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

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

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

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

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

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