#858C6C

Color #858C6C Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #858C6C

Tints of Bitter #858C6C

Color information

#858C6C (or 0x858C6C) is unknown color: approx Bitter. HEX triplet: 85, 8C and 6C. RGB value is (133,140,108). Sum of RGB (Red+Green+Blue) = 133+140+108=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #858C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C6C is #7A7393. Grayscale: #868686. Windows color (decimal): -8024980 or 7113861. OLE color: 7113861.

HSL color Cylindrical-coordinate representation of color #858C6C: hue angle of 73.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858C6C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB133140108-
CMYK0.0500.230.45
HSL73.12º12.9%48.63%-
HSV(B)73.12º22.86%54.9%-
XYZ21.7624.8317.83-
YUV134.26113.18127.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=34.91%
G=36.75%
B=28.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331401080.0500.230.4573.1212.948.63
Hex858C6C50172D49d31
Octal2052141545027551111561
Binary1000010110001100110110010101011110110110010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C6C; }

 p { color: rgb(133,140,108); }

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

<style>
 a { background-color: #858C6C; }

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

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

<style>
 span { border-color: #858C6C; }

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

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