Html Css Color HEX #807565 Stonewall

📋 copy color: '#807565'

red 128 ◦ green 117 ◦ blue 101

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

Shades of Stonewall #807565

Tints of Stonewall #807565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 36.99%
G = 33.82%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#807565 (or 0x807565) is known color: Stonewall. HEX triplet: 80, 75 and 65. RGB value is (128,117,101). Sum of RGB (Red+Green+Blue) = 128+117+101=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #807565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807565 is #7F8A9A. Grayscale: #767676. Windows color (decimal): -8358555 or 6649216. OLE color: 6649216.

HSL color Cylindrical-coordinate representation of color #807565: hue angle of 35.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807565 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 101 -
CMYK 0 0.09 0.21 0.50
HSL 35.56º 0.12% 0.45% -
HSV(B) 35.56º 0.21% 0.5% -
XYZ 17.61 18.25 14.91 -
YUV 118.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 128 117 101 0 0.09 0.21 0.50 35.56 0.12 0.45
Hex 80 75 65 0 9 15 32 24 C 2D
Octal 200 165 145 0 11 25 62 44 14 55
Binary 10000000 1110101 1100101 0 1001 10101 110010 100100 1100 101101

Color Harmonies of #807565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807565

Black with #807565

Text Example


Text Example

White with #807565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807565; }

 p { color: rgb(128,117,101); }

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

background-color css

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

 a { background-color: rgb(128,117,101); }

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

border-color css

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

 span { border-color: rgb(128,117,101); }

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