#81736A

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

Shades of Sand Dune #81736A

Tints of Sand Dune #81736A

Color information

#81736A (or 0x81736A) is unknown color: approx Sand Dune. HEX triplet: 81, 73 and 6A. RGB value is (129,115,106). Sum of RGB (Red+Green+Blue) = 129+115+106=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #81736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81736A is #7E8C95. Grayscale: #767676. Windows color (decimal): -8293526 or 6976385. OLE color: 6976385.

HSL color Cylindrical-coordinate representation of color #81736A: hue angle of 23.48º 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 #81736A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129115106-
CMYK00.110.180.49
HSL23.48º9.79%46.08%-
HSV(B)23.48º17.83%50.59%-
XYZ17.7917.9716.17-
YUV118.16121.14135.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=36.86%
G=32.86%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911510600.110.180.4923.489.7946.08
Hex81736A0B123117a2e
Octal2011631520132261271256
Binary10000001111001111010100101110010110001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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