#837466

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

Shades of Sand Dune #837466

Tints of Sand Dune #837466

Color information

#837466 (or 0x837466) is unknown color: approx Sand Dune. HEX triplet: 83, 74 and 66. RGB value is (131,116,102). Sum of RGB (Red+Green+Blue) = 131+116+102=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837466 is #7C8B99. Grayscale: #767676. Windows color (decimal): -8162202 or 6714499. OLE color: 6714499.

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

Color convert

RGB131116102-
CMYK00.110.220.49
HSL28.97º12.45%45.69%-
HSV(B)28.97º22.14%51.37%-
XYZ1818.2815.15-
YUV118.89118.47136.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=37.54%
G=33.24%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111610200.110.220.4928.9712.4545.69
Hex8374660B16311dc2e
Octal2031641460132661351456
Binary10000011111010011001100101110110110001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837466; }

 p { color: rgb(131,116,102); }

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

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

 a { background-color: rgb(131,116,102); }

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

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

 span { border-color: rgb(131,116,102); }

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