#858B66

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

Shades of Bitter #858B66

Tints of Bitter #858B66

Color information

#858B66 (or 0x858B66) is unknown color: approx Bitter. HEX triplet: 85, 8B and 66. RGB value is (133,139,102). Sum of RGB (Red+Green+Blue) = 133+139+102=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #858B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B66 is #7A7499. Grayscale: #858585. Windows color (decimal): -8025242 or 6720389. OLE color: 6720389.

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

Color convert

RGB133139102-
CMYK0.0400.270.45
HSL69.73º15.35%47.25%-
HSV(B)69.73º26.62%54.51%-
XYZ21.324.4116.16-
YUV132.99110.51128.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=35.56%
G=37.17%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331391020.0400.270.4569.7315.3547.25
Hex858B66401B2D46f2f
Octal2052131464033551061757
Binary1000010110001011110011010001101110110110001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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