#84846C

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

Shades of Schist #84846C

Tints of Schist #84846C

Color information

#84846C (or 0x84846C) is unknown color: approx Schist. HEX triplet: 84, 84 and 6C. RGB value is (132,132,108). Sum of RGB (Red+Green+Blue) = 132+132+108=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84846C is #7B7B93. Grayscale: #818181. Windows color (decimal): -8092564 or 7111812. OLE color: 7111812.

HSL color Cylindrical-coordinate representation of color #84846C: hue angle of 60º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84846C is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB132132108-
CMYK000.180.48
HSL60º10%47.06%-
HSV(B)60º18.18%51.76%-
XYZ20.4722.4917.45-
YUV129.26116129.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=35.48%
G=35.48%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132108000.180.48601047.06
Hex84846C0012303ca2f
Octal204204154002260741257
Binary1000010010000100110110000100101100001111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84846C; }

 p { color: rgb(132,132,108); }

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

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

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

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

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

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

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