#858965

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

Shades of Bitter #858965

Tints of Bitter #858965

Color information

#858965 (or 0x858965) is unknown color: approx Bitter. HEX triplet: 85, 89 and 65. RGB value is (133,137,101). Sum of RGB (Red+Green+Blue) = 133+137+101=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #858965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858965 is #7A769A. Grayscale: #838383. Windows color (decimal): -8025755 or 6654341. OLE color: 6654341.

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

Color convert

RGB133137101-
CMYK0.0300.260.46
HSL66.67º15.13%46.67%-
HSV(B)66.67º26.28%53.73%-
XYZ20.9723.8215.8-
YUV131.7110.67128.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=35.85%
G=36.93%
B=27.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371010.0300.260.4666.6715.1346.67
Hex858965301A2E43f2f
Octal2052111453032561031757
Binary100001011000100111001011101101010111010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858965; }

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

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

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

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

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

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

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

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