#848674

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

Shades of Schist #848674

Tints of Schist #848674

Color information

#848674 (or 0x848674) is unknown color: approx Schist. HEX triplet: 84, 86 and 74. RGB value is (132,134,116). Sum of RGB (Red+Green+Blue) = 132+134+116=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #848674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848674 is #7B798B. Grayscale: #838383. Windows color (decimal): -8092044 or 7636612. OLE color: 7636612.

HSL color Cylindrical-coordinate representation of color #848674: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #848674 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB132134116-
CMYK0.0100.130.47
HSL66.67º7.2%49.02%-
HSV(B)66.67º13.43%52.55%-
XYZ21.1923.2219.89-
YUV131.35119.34128.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=34.55%
G=35.08%
B=30.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341160.0100.130.4766.677.249.02
Hex84867410D2F43731
Octal204206164101557103761
Binary100001001000011011101001011011011111000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848674; }

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

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

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

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

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

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

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

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