#84856E

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

Shades of Schist #84856E

Tints of Schist #84856E

Color information

#84856E (or 0x84856E) is unknown color: approx Schist. HEX triplet: 84, 85 and 6E. RGB value is (132,133,110). Sum of RGB (Red+Green+Blue) = 132+133+110=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #84856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856E is #7B7A91. Grayscale: #828282. Windows color (decimal): -8092306 or 7243140. OLE color: 7243140.

HSL color Cylindrical-coordinate representation of color #84856E: hue angle of 62.61º 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 #84856E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132133110-
CMYK0.0100.170.48
HSL62.61º9.47%47.65%-
HSV(B)62.61º17.29%52.16%-
XYZ20.7222.8118.06-
YUV130.08116.67129.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=35.2%
G=35.47%
B=29.33%

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
Decimal1321331100.0100.170.4862.619.4747.65
Hex84856E1011303f930
Octal204205156102160771160
Binary1000010010000101110111010100011100001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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