#867758

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

Shades of Stonewall #867758

Tints of Stonewall #867758

Color information

#867758 (or 0x867758) is unknown color: approx Stonewall. HEX triplet: 86, 77 and 58. RGB value is (134,119,88). Sum of RGB (Red+Green+Blue) = 134+119+88=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #867758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867758 is #7988A7. Grayscale: #787878. Windows color (decimal): -7964840 or 5797766. OLE color: 5797766.

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

Color convert

RGB13411988-
CMYK00.110.340.47
HSL40.43º20.72%43.53%-
HSV(B)40.43º34.33%52.55%-
XYZ18.1918.9711.93-
YUV119.95109.97138.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=39.30%
G=34.90%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341198800.110.340.4740.4320.7243.53
Hex8677580B222F28152c
Octal2061671300134257502554
Binary10000110111011110110000101110001010111110100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867758; }

 p { color: rgb(134,119,88); }

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

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

 a { background-color: rgb(134,119,88); }

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

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

 span { border-color: rgb(134,119,88); }

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