Html Css Color HEX #887960 Stonewall

📋 copy color: '#887960'

red 136 ◦ green 121 ◦ blue 96

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

Shades of Stonewall #887960

Tints of Stonewall #887960

RGB

 RED value IS 136 (53.52% from 255) = 38.53%

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

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

R = 38.53%
G = 34.28%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#887960 (or 0x887960) is known color: Stonewall. HEX triplet: 88, 79 and 60. RGB value is (136,121,96). Sum of RGB (Red+Green+Blue) = 136+121+96=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887960 is #77869F. Grayscale: #7A7A7A. Windows color (decimal): -7833248 or 6322568. OLE color: 6322568.

HSL color Cylindrical-coordinate representation of color #887960: hue angle of 37.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887960 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 121 96 -
CMYK 0 0.11 0.29 0.47
HSL 37.5º 0.17% 0.45% -
HSV(B) 37.5º 0.29% 0.53% -
XYZ 19.1 19.75 13.87 -
YUV 122.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 136 121 96 0 0.11 0.29 0.47 37.5 0.17 0.45
Hex 88 79 60 0 B 1D 2F 26 11 2D
Octal 210 171 140 0 13 35 57 46 21 55
Binary 10001000 1111001 1100000 0 1011 11101 101111 100110 10001 101101

Color Harmonies of #887960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887960

Black with #887960

Text Example


Text Example

White with #887960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887960; }

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

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

background-color css

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

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

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

border-color css

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

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

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