#858B68

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

Shades of Bitter #858B68

Tints of Bitter #858B68

Color information

#858B68 (or 0x858B68) is unknown color: approx Bitter. HEX triplet: 85, 8B and 68. RGB value is (133,139,104). Sum of RGB (Red+Green+Blue) = 133+139+104=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #858B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B68 is #7A7497. Grayscale: #858585. Windows color (decimal): -8025240 or 6851461. OLE color: 6851461.

HSL color Cylindrical-coordinate representation of color #858B68: hue angle of 70.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858B68 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB133139104-
CMYK0.0400.250.45
HSL70.29º14.4%47.65%-
HSV(B)70.29º25.18%54.51%-
XYZ21.424.4516.69-
YUV133.22111.51127.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=35.37%
G=36.97%
B=27.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331391040.0400.250.4570.2914.447.65
Hex858B6840192D46e30
Octal2052131504031551061660
Binary1000010110001011110100010001100110110110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,104); }

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

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

 a { background-color: rgb(133,139,104); }

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

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

 span { border-color: rgb(133,139,104); }

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