Html Css Color HEX #807661 Stonewall

📋 copy color: '#807661'

red 128 ◦ green 118 ◦ blue 97

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

Shades of Stonewall #807661

Tints of Stonewall #807661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 37.32%
G = 34.4%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#807661 (or 0x807661) is known color: Stonewall. HEX triplet: 80, 76 and 61. RGB value is (128,118,97). Sum of RGB (Red+Green+Blue) = 128+118+97=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #807661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807661 is #7F899E. Grayscale: #767676. Windows color (decimal): -8358303 or 6387328. OLE color: 6387328.

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

Color convert

RGB 128 118 97 -
CMYK 0 0.08 0.24 0.50
HSL 40.65º 0.14% 0.44% -
HSV(B) 40.65º 0.24% 0.5% -
XYZ 17.54 18.41 13.94 -
YUV 118.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 128 118 97 0 0.08 0.24 0.50 40.65 0.14 0.44
Hex 80 76 61 0 8 18 32 29 E 2C
Octal 200 166 141 0 10 30 62 51 16 54
Binary 10000000 1110110 1100001 0 1000 11000 110010 101001 1110 101100

Color Harmonies of #807661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807661

Black with #807661

Text Example


Text Example

White with #807661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807661; }

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

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

background-color css

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

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

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

border-color css

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

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

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