#807665

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

Shades of Stonewall #807665

Tints of Stonewall #807665

Color information

#807665 (or 0x807665) is unknown color: approx Stonewall. HEX triplet: 80, 76 and 65. RGB value is (128,118,101). Sum of RGB (Red+Green+Blue) = 128+118+101=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #807665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807665 is #7F899A. Grayscale: #777777. Windows color (decimal): -8358299 or 6649472. OLE color: 6649472.

HSL color Cylindrical-coordinate representation of color #807665: hue angle of 37.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807665 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB128118101-
CMYK00.080.210.50
HSL37.78º11.79%44.9%-
HSV(B)37.78º21.09%50.2%-
XYZ17.7318.4914.95-
YUV119.05117.81134.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=36.89%
G=34.01%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811810100.080.210.5037.7811.7944.9
Hex80766508153226c2d
Octal2001661450102562461455
Binary100000001110110110010101000101011100101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807665; }

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

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

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

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

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

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

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

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