#858968

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

Shades of Bitter #858968

Tints of Bitter #858968

Color information

#858968 (or 0x858968) is unknown color: approx Bitter. HEX triplet: 85, 89 and 68. RGB value is (133,137,104). Sum of RGB (Red+Green+Blue) = 133+137+104=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #858968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858968 is #7A7697. Grayscale: #848484. Windows color (decimal): -8025752 or 6850949. OLE color: 6850949.

HSL color Cylindrical-coordinate representation of color #858968: hue angle of 67.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858968 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB133137104-
CMYK0.0300.240.46
HSL67.27º13.69%47.25%-
HSV(B)67.27º24.09%53.73%-
XYZ21.1223.8816.59-
YUV132.04112.17128.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=35.56%
G=36.63%
B=27.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371040.0300.240.4667.2713.6947.25
Hex85896830182E43e2f
Octal2052111503030561031657
Binary100001011000100111010001101100010111010000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858968; }

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

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

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

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

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

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

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

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