#817665

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

Shades of Stonewall #817665

Tints of Stonewall #817665

Color information

#817665 (or 0x817665) is unknown color: approx Stonewall. HEX triplet: 81, 76 and 65. RGB value is (129,118,101). Sum of RGB (Red+Green+Blue) = 129+118+101=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817665 is #7E899A. Grayscale: #777777. Windows color (decimal): -8292763 or 6649473. OLE color: 6649473.

HSL color Cylindrical-coordinate representation of color #817665: hue angle of 36.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817665 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB129118101-
CMYK00.090.220.49
HSL36.43º12.17%45.1%-
HSV(B)36.43º21.71%50.59%-
XYZ17.8818.5614.95-
YUV119.35117.64134.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=37.07%
G=33.91%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911810100.090.220.4936.4312.1745.1
Hex81766509163124c2d
Octal2011661450112661441455
Binary100000011110110110010101001101101100011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817665; }

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

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

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

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

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

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

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

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