#858868

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

Shades of Bitter #858868

Tints of Bitter #858868

Color information

#858868 (or 0x858868) is unknown color: approx Bitter. HEX triplet: 85, 88 and 68. RGB value is (133,136,104). Sum of RGB (Red+Green+Blue) = 133+136+104=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #858868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858868 is #7A7797. Grayscale: #838383. Windows color (decimal): -8026008 or 6850693. OLE color: 6850693.

HSL color Cylindrical-coordinate representation of color #858868: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858868 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB133136104-
CMYK0.0200.240.47
HSL65.62º13.33%47.06%-
HSV(B)65.62º23.53%53.33%-
XYZ20.9823.5916.55-
YUV131.45112.51129.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=35.66%
G=36.46%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361040.0200.240.4765.6213.3347.06
Hex85886820182F42d2f
Octal2052101502030571021557
Binary100001011000100011010001001100010111110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858868; }

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

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

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

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

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

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

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

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