#81766D

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

Shades of Sand Dune #81766D

Tints of Sand Dune #81766D

Color information

#81766D (or 0x81766D) is unknown color: approx Sand Dune. HEX triplet: 81, 76 and 6D. RGB value is (129,118,109). Sum of RGB (Red+Green+Blue) = 129+118+109=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81766D is #7E8992. Grayscale: #787878. Windows color (decimal): -8292755 or 7173761. OLE color: 7173761.

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

Color convert

RGB129118109-
CMYK00.090.160.49
HSL27º8.4%46.67%-
HSV(B)27º15.5%50.59%-
XYZ18.2918.7317.12-
YUV120.26121.64134.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=36.24%
G=33.15%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911810900.090.160.49278.446.67
Hex81766D0910311b82f
Octal2011661550112061331057
Binary10000001111011011011010100110000110001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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