#857C6F

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

Shades of Concord #857C6F

Tints of Concord #857C6F

Color information

#857C6F (or 0x857C6F) is unknown color: approx Concord. HEX triplet: 85, 7C and 6F. RGB value is (133,124,111). Sum of RGB (Red+Green+Blue) = 133+124+111=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C6F is #7A8390. Grayscale: #7D7D7D. Windows color (decimal): -8029073 or 7306373. OLE color: 7306373.

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

Color convert

RGB133124111-
CMYK00.070.170.48
HSL35.45º9.02%47.84%-
HSV(B)35.45º16.54%52.16%-
XYZ19.7520.5517.96-
YUV125.21119.98133.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=36.14%
G=33.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312411100.070.170.4835.459.0247.84
Hex857C6F07113023930
Octal205174157072160431160
Binary10000101111110011011110111100011100001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C6F; }

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

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

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

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

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

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

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

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