#81765B

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

Shades of Stonewall #81765B

Tints of Stonewall #81765B

Color information

#81765B (or 0x81765B) is unknown color: approx Stonewall. HEX triplet: 81, 76 and 5B. RGB value is (129,118,91). Sum of RGB (Red+Green+Blue) = 129+118+91=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765B is #7E89A4. Grayscale: #767676. Windows color (decimal): -8292773 or 5994113. OLE color: 5994113.

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

Color convert

RGB12911891-
CMYK00.090.290.49
HSL42.63º17.27%43.14%-
HSV(B)42.63º29.46%50.59%-
XYZ17.4218.3812.53-
YUV118.21112.64135.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=38.17%
G=34.91%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291189100.090.290.4942.6317.2743.14
Hex81765B091D312b112b
Octal2011661330113561532153
Binary1000000111101101011011010011110111000110101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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