#81765F

Color #81765F Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #81765F

Tints of Stonewall #81765F

Color information

#81765F (or 0x81765F) is unknown color: approx Stonewall. HEX triplet: 81, 76 and 5F. RGB value is (129,118,95). Sum of RGB (Red+Green+Blue) = 129+118+95=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #81765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765F is #7E89A0. Grayscale: #767676. Windows color (decimal): -8292769 or 6256257. OLE color: 6256257.

HSL color Cylindrical-coordinate representation of color #81765F: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81765F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911895-
CMYK00.090.260.49
HSL40.59º15.18%43.92%-
HSV(B)40.59º26.36%50.59%-
XYZ17.618.4513.46-
YUV118.67114.64135.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=37.72%
G=34.50%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291189500.090.260.4940.5915.1843.92
Hex81765F091A3129f2c
Octal2011661370113261511754
Binary100000011110110101111101001110101100011010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81765F; }

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

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

<style>
 a { background-color: #81765F; }

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

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

<style>
 span { border-color: #81765F; }

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

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