Html Css Color HEX #85896F Bitter

📋 copy color: '#85896F'

red 133 ◦ green 137 ◦ blue 111

#85896F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #85896F

Tints of Bitter #85896F

RGB

 RED value IS 133 (52.34% from 255) = 34.91%

 GREEN value IS 137 (53.91% from 255) = 35.96%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 34.91%
G = 35.96%
B = 29.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#85896F (or 0x85896F) is known color: Bitter. HEX triplet: 85, 89 and 6F. RGB value is (133,137,111). Sum of RGB (Red+Green+Blue) = 133+137+111=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #85896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896F is #7A7690. Grayscale: #848484. Windows color (decimal): -8025745 or 7309701. OLE color: 7309701.

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

Color convert

RGB 133 137 111 -
CMYK 0.03 0 0.19 0.46
HSL 69.23º 0.1% 0.49% -
HSV(B) 69.23º 0.19% 0.54% -
XYZ 21.49 24.03 18.54 -
YUV 132.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 133 137 111 0.03 0 0.19 0.46 69.23 0.1 0.49
Hex 85 89 6F 3 0 13 2E 45 A 31
Octal 205 211 157 3 0 23 56 105 12 61
Binary 10000101 10001001 1101111 11 0 10011 101110 1000101 1010 110001

Color Harmonies of #85896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85896F

Black with #85896F

Text Example


Text Example

White with #85896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85896F;
 }
 .AnyTagClassName
 {
   color: #85896F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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