Html Css Color HEX #807961 Stonewall

📋 copy color: '#807961'

red 128 ◦ green 121 ◦ blue 97

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

Shades of Stonewall #807961

Tints of Stonewall #807961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 36.99%
G = 34.97%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#807961 (or 0x807961) is known color: Stonewall. HEX triplet: 80, 79 and 61. RGB value is (128,121,97). Sum of RGB (Red+Green+Blue) = 128+121+97=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #807961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807961 is #7F869E. Grayscale: #787878. Windows color (decimal): -8357535 or 6388096. OLE color: 6388096.

HSL color Cylindrical-coordinate representation of color #807961: hue angle of 46.45º 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 #807961 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 97 -
CMYK 0 0.05 0.24 0.50
HSL 46.45º 0.14% 0.44% -
HSV(B) 46.45º 0.24% 0.5% -
XYZ 17.9 19.13 14.06 -
YUV 120.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 128 121 97 0 0.05 0.24 0.50 46.45 0.14 0.44
Hex 80 79 61 0 5 18 32 2E E 2C
Octal 200 171 141 0 5 30 62 56 16 54
Binary 10000000 1111001 1100001 0 101 11000 110010 101110 1110 101100

Color Harmonies of #807961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807961

Black with #807961

Text Example


Text Example

White with #807961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807961; }

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

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

background-color css

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

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

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

border-color css

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

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

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