#85896B

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

Shades of Bitter #85896B

Tints of Bitter #85896B

Color information

#85896B (or 0x85896B) is unknown color: approx Bitter. HEX triplet: 85, 89 and 6B. RGB value is (133,137,107). Sum of RGB (Red+Green+Blue) = 133+137+107=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #85896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896B is #7A7694. Grayscale: #848484. Windows color (decimal): -8025749 or 7047557. OLE color: 7047557.

HSL color Cylindrical-coordinate representation of color #85896B: hue angle of 68º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85896B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB133137107-
CMYK0.0300.220.46
HSL68º12.3%47.84%-
HSV(B)68º21.9%53.73%-
XYZ21.2723.9417.41-
YUV132.38113.67128.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=35.28%
G=36.34%
B=28.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371070.0300.220.466812.347.84
Hex85896B30162E44c30
Octal2052111533026561041460
Binary100001011000100111010111101011010111010001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85896B; }

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

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

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

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

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

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

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

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