#84756B

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

Shades of Sand Dune #84756B

Tints of Sand Dune #84756B

Color information

#84756B (or 0x84756B) is unknown color: approx Sand Dune. HEX triplet: 84, 75 and 6B. RGB value is (132,117,107). Sum of RGB (Red+Green+Blue) = 132+117+107=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84756B is #7B8A94. Grayscale: #787878. Windows color (decimal): -8096405 or 7042436. OLE color: 7042436.

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

Color convert

RGB132117107-
CMYK00.110.190.48
HSL24º10.46%46.86%-
HSV(B)24º18.94%51.76%-
XYZ18.5318.6916.54-
YUV120.34120.47136.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=37.08%
G=32.87%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211710700.110.190.482410.4646.86
Hex84756B0B133018a2f
Octal2041651530132360301257
Binary10000100111010111010110101110011110000110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84756B; }

 p { color: rgb(132,117,107); }

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

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

 a { background-color: rgb(132,117,107); }

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

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

 span { border-color: rgb(132,117,107); }

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