#877961

Color #877961 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #877961

Tints of Stonewall #877961

Color information

#877961 (or 0x877961) is unknown color: approx Stonewall. HEX triplet: 87, 79 and 61. RGB value is (135,121,97). Sum of RGB (Red+Green+Blue) = 135+121+97=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #877961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877961 is #78869E. Grayscale: #7A7A7A. Windows color (decimal): -7898783 or 6388103. OLE color: 6388103.

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

Color convert

RGB13512197-
CMYK00.100.280.47
HSL37.89º16.38%45.49%-
HSV(B)37.89º28.15%52.94%-
XYZ18.9919.6914.11-
YUV122.45113.64136.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=38.24%
G=34.28%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351219700.100.280.4737.8916.3845.49
Hex8779610A1C2F26102d
Octal2071711410123457462055
Binary1000011111110011100001010101110010111110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877961; }

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

 H1.HeaderClassName
 {
   color: #877961;
 }
 .AnyTagClassName
 {
   color: #877961;
 }
</style>
background-color css

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

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

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

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

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

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