#858E69

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

Shades of Bitter #858E69

Tints of Bitter #858E69

Color information

#858E69 (or 0x858E69) is unknown color: approx Bitter. HEX triplet: 85, 8E and 69. RGB value is (133,142,105). Sum of RGB (Red+Green+Blue) = 133+142+105=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #858E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E69 is #7A7196. Grayscale: #878787. Windows color (decimal): -8024471 or 6917765. OLE color: 6917765.

HSL color Cylindrical-coordinate representation of color #858E69: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858E69 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB133142105-
CMYK0.0600.260.44
HSL74.59º14.98%48.43%-
HSV(B)74.59º26.06%55.69%-
XYZ21.925.3517.1-
YUV135.09111.02126.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=35%
G=37.37%
B=27.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331421050.0600.260.4474.5914.9848.43
Hex858E69601A2C4bf30
Octal2052161516032541131760
Binary1000010110001110110100111001101010110010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,142,105); }

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

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

 a { background-color: rgb(133,142,105); }

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

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

 span { border-color: rgb(133,142,105); }

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