Html Css Color HEX #807960 Stonewall

📋 copy color: '#807960'

red 128 ◦ green 121 ◦ blue 96

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

Shades of Stonewall #807960

Tints of Stonewall #807960

RGB

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

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

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

R = 37.1%
G = 35.07%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#807960 (or 0x807960) is known color: Stonewall. HEX triplet: 80, 79 and 60. RGB value is (128,121,96). Sum of RGB (Red+Green+Blue) = 128+121+96=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807960 is #7F869F. Grayscale: #787878. Windows color (decimal): -8357536 or 6322560. OLE color: 6322560.

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

Color convert

RGB 128 121 96 -
CMYK 0 0.05 0.25 0.50
HSL 46.88º 0.14% 0.44% -
HSV(B) 46.88º 0.25% 0.5% -
XYZ 17.85 19.11 13.81 -
YUV 120.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 128 121 96 0 0.05 0.25 0.50 46.88 0.14 0.44
Hex 80 79 60 0 5 19 32 2F E 2C
Octal 200 171 140 0 5 31 62 57 16 54
Binary 10000000 1111001 1100000 0 101 11001 110010 101111 1110 101100

Color Harmonies of #807960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807960

Black with #807960

Text Example


Text Example

White with #807960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807960; }

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

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

background-color css

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

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

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

border-color css

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

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

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