#81766A

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

Shades of Sand Dune #81766A

Tints of Sand Dune #81766A

Color information

#81766A (or 0x81766A) is unknown color: approx Sand Dune. HEX triplet: 81, 76 and 6A. RGB value is (129,118,106). Sum of RGB (Red+Green+Blue) = 129+118+106=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 129 - color contains mainly: red. Hex color #81766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81766A is #7E8995. Grayscale: #777777. Windows color (decimal): -8292758 or 6977153. OLE color: 6977153.

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

Color convert

RGB129118106-
CMYK00.090.180.49
HSL31.3º9.79%46.08%-
HSV(B)31.3º17.83%50.59%-
XYZ18.1318.6616.28-
YUV119.92120.14134.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=36.54%
G=33.43%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911810600.090.180.4931.39.7946.08
Hex81766A0912311fa2e
Octal2011661520112261371256
Binary10000001111011011010100100110010110001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81766A; }

 p { color: rgb(129,118,106); }

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

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

 a { background-color: rgb(129,118,106); }

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

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

 span { border-color: rgb(129,118,106); }

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