Html Css Color HEX #807660 Stonewall

📋 copy color: '#807660'

red 128 ◦ green 118 ◦ blue 96

#807660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stonewall #807660

Tints of Stonewall #807660

RGB

 RED value IS 128 (50.39% from 255) = 37.43%

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 37.43%
G = 34.5%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#807660 (or 0x807660) is known color: Stonewall. HEX triplet: 80, 76 and 60. RGB value is (128,118,96). Sum of RGB (Red+Green+Blue) = 128+118+96=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #807660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807660 is #7F899F. Grayscale: #767676. Windows color (decimal): -8358304 or 6321792. OLE color: 6321792.

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

Color convert

RGB 128 118 96 -
CMYK 0 0.08 0.25 0.50
HSL 41.25º 0.14% 0.44% -
HSV(B) 41.25º 0.25% 0.5% -
XYZ 17.49 18.39 13.69 -
YUV 118.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 128 118 96 0 0.08 0.25 0.50 41.25 0.14 0.44
Hex 80 76 60 0 8 19 32 29 E 2C
Octal 200 166 140 0 10 31 62 51 16 54
Binary 10000000 1110110 1100000 0 1000 11001 110010 101001 1110 101100

Color Harmonies of #807660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807660

Black with #807660

Text Example


Text Example

White with #807660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807660; }

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

 H1.HeaderClassName
 {
   color: #807660;
 }
 .AnyTagClassName
 {
   color: #807660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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