#84856D

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

Shades of Schist #84856D

Tints of Schist #84856D

Color information

#84856D (or 0x84856D) is unknown color: approx Schist. HEX triplet: 84, 85 and 6D. RGB value is (132,133,109). Sum of RGB (Red+Green+Blue) = 132+133+109=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #84856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84856D is #7B7A92. Grayscale: #828282. Windows color (decimal): -8092307 or 7177604. OLE color: 7177604.

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

Color convert

RGB132133109-
CMYK0.0100.180.48
HSL62.5º9.92%47.45%-
HSV(B)62.5º18.05%52.16%-
XYZ20.6622.7817.78-
YUV129.96116.17129.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=35.29%
G=35.56%
B=29.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331090.0100.180.4862.59.9247.45
Hex84856D1012303ea2f
Octal204205155102260761257
Binary1000010010000101110110110100101100001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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