#847660

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

Shades of Stonewall #847660

Tints of Stonewall #847660

Color information

#847660 (or 0x847660) is unknown color: approx Stonewall. HEX triplet: 84, 76 and 60. RGB value is (132,118,96). Sum of RGB (Red+Green+Blue) = 132+118+96=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #847660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847660 is #7B899F. Grayscale: #777777. Windows color (decimal): -8096160 or 6321796. OLE color: 6321796.

HSL color Cylindrical-coordinate representation of color #847660: hue angle of 36.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847660 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13211896-
CMYK00.110.270.48
HSL36.67º15.79%44.71%-
HSV(B)36.67º27.27%51.76%-
XYZ18.1118.7113.72-
YUV119.68114.64136.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=38.15%
G=34.10%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321189600.110.270.4836.6715.7944.71
Hex8476600B1B3025102d
Octal2041661400133360452055
Binary1000010011101101100000010111101111000010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847660; }

 p { color: rgb(132,118,96); }

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

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

 a { background-color: rgb(132,118,96); }

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

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

 span { border-color: rgb(132,118,96); }

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