#84766C

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

Shades of Sand Dune #84766C

Tints of Sand Dune #84766C

Color information

#84766C (or 0x84766C) is unknown color: approx Sand Dune. HEX triplet: 84, 76 and 6C. RGB value is (132,118,108). Sum of RGB (Red+Green+Blue) = 132+118+108=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84766C is #7B8993. Grayscale: #797979. Windows color (decimal): -8096148 or 7108228. OLE color: 7108228.

HSL color Cylindrical-coordinate representation of color #84766C: hue angle of 25º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84766C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB132118108-
CMYK00.110.180.48
HSL25º10%47.06%-
HSV(B)25º18.18%51.76%-
XYZ18.718.9516.86-
YUV121.05120.64135.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=36.87%
G=32.96%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211810800.110.180.48251047.06
Hex84766C0B123019a2f
Octal2041661540132260311257
Binary10000100111011011011000101110010110000110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84766C; }

 p { color: rgb(132,118,108); }

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

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

 a { background-color: rgb(132,118,108); }

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

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

 span { border-color: rgb(132,118,108); }

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