Html Css Color HEX #807461 Stonewall

📋 copy color: '#807461'

red 128 ◦ green 116 ◦ blue 97

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

Shades of Stonewall #807461

Tints of Stonewall #807461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 37.54%
G = 34.02%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#807461 (or 0x807461) is known color: Stonewall. HEX triplet: 80, 74 and 61. RGB value is (128,116,97). Sum of RGB (Red+Green+Blue) = 128+116+97=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807461 is #7F8B9E. Grayscale: #757575. Windows color (decimal): -8358815 or 6386816. OLE color: 6386816.

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

Color convert

RGB 128 116 97 -
CMYK 0 0.09 0.24 0.50
HSL 36.77º 0.14% 0.44% -
HSV(B) 36.77º 0.24% 0.5% -
XYZ 17.31 17.94 13.86 -
YUV 117.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 128 116 97 0 0.09 0.24 0.50 36.77 0.14 0.44
Hex 80 74 61 0 9 18 32 25 E 2C
Octal 200 164 141 0 11 30 62 45 16 54
Binary 10000000 1110100 1100001 0 1001 11000 110010 100101 1110 101100

Color Harmonies of #807461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807461

Black with #807461

Text Example


Text Example

White with #807461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807461; }

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

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

background-color css

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

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

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

border-color css

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

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

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