#858969

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

Shades of Bitter #858969

Tints of Bitter #858969

Color information

#858969 (or 0x858969) is unknown color: approx Bitter. HEX triplet: 85, 89 and 69. RGB value is (133,137,105). Sum of RGB (Red+Green+Blue) = 133+137+105=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #858969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858969 is #7A7696. Grayscale: #848484. Windows color (decimal): -8025751 or 6916485. OLE color: 6916485.

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

Color convert

RGB133137105-
CMYK0.0300.230.46
HSL67.5º13.22%47.45%-
HSV(B)67.5º23.36%53.73%-
XYZ21.1723.916.86-
YUV132.16112.67128.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 105 (41.41% from 255) = 28%
R=35.47%
G=36.53%
B=28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371050.0300.230.4667.513.2247.45
Hex85896930172E44d2f
Octal2052111513027561041557
Binary100001011000100111010011101011110111010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858969; }

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

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

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

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

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

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

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

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