#858669

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

Shades of Bitter #858669

Tints of Bitter #858669

Color information

#858669 (or 0x858669) is unknown color: approx Bitter. HEX triplet: 85, 86 and 69. RGB value is (133,134,105). Sum of RGB (Red+Green+Blue) = 133+134+105=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #858669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858669 is #7A7996. Grayscale: #828282. Windows color (decimal): -8026519 or 6915717. OLE color: 6915717.

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

Color convert

RGB133134105-
CMYK0.0100.220.47
HSL62.07º12.13%46.86%-
HSV(B)62.07º21.64%52.55%-
XYZ20.7523.0616.72-
YUV130.4113.67129.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=35.75%
G=36.02%
B=28.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341050.0100.220.4762.0712.1346.86
Hex85866910162F3ec2f
Octal205206151102657761457
Binary1000010110000110110100110101101011111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858669; }

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

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

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

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

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

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

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

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