#84856F

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

Shades of Schist #84856F

Tints of Schist #84856F

Color information

#84856F (or 0x84856F) is unknown color: approx Schist. HEX triplet: 84, 85 and 6F. RGB value is (132,133,111). Sum of RGB (Red+Green+Blue) = 132+133+111=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #84856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856F is #7B7A90. Grayscale: #828282. Windows color (decimal): -8092305 or 7308676. OLE color: 7308676.

HSL color Cylindrical-coordinate representation of color #84856F: hue angle of 62.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84856F is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132133111-
CMYK0.0100.170.48
HSL62.73º9.02%47.84%-
HSV(B)62.73º16.54%52.16%-
XYZ20.7722.8318.35-
YUV130.19117.17129.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=35.11%
G=35.37%
B=29.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331110.0100.170.4862.739.0247.84
Hex84856F1011303f930
Octal204205157102160771160
Binary1000010010000101110111110100011100001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84856F; }

 p { color: rgb(132,133,111); }

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

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

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

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

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

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

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