#848679

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

Shades of Schist #848679

Tints of Schist #848679

Color information

#848679 (or 0x848679) is unknown color: approx Schist. HEX triplet: 84, 86 and 79. RGB value is (132,134,121). Sum of RGB (Red+Green+Blue) = 132+134+121=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #848679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848679 is #7B7986. Grayscale: #838383. Windows color (decimal): -8092039 or 7964292. OLE color: 7964292.

HSL color Cylindrical-coordinate representation of color #848679: hue angle of 69.23º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848679 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB132134121-
CMYK0.0100.100.47
HSL69.23º5.1%50%-
HSV(B)69.23º9.7%52.55%-
XYZ21.4923.3421.46-
YUV131.92121.84128.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=34.11%
G=34.63%
B=31.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341210.0100.100.4769.235.150
Hex84867910A2F45532
Octal204206171101257105562
Binary100001001000011011110011010101011111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848679; }

 p { color: rgb(132,134,121); }

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

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

 a { background-color: rgb(132,134,121); }

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

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

 span { border-color: rgb(132,134,121); }

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