Html Css Color HEX #85896E Bitter

📋 copy color: '#85896E'

red 133 ◦ green 137 ◦ blue 110

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

Shades of Bitter #85896E

Tints of Bitter #85896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 35%
G = 36.05%
B = 28.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#85896E (or 0x85896E) is known color: Bitter. HEX triplet: 85, 89 and 6E. RGB value is (133,137,110). Sum of RGB (Red+Green+Blue) = 133+137+110=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #85896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896E is #7A7691. Grayscale: #848484. Windows color (decimal): -8025746 or 7244165. OLE color: 7244165.

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

Color convert

RGB 133 137 110 -
CMYK 0.03 0 0.20 0.46
HSL 68.89º 0.11% 0.48% -
HSV(B) 68.89º 0.2% 0.54% -
XYZ 21.43 24 18.26 -
YUV 132.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 133 137 110 0.03 0 0.20 0.46 68.89 0.11 0.48
Hex 85 89 6E 3 0 14 2E 45 B 30
Octal 205 211 156 3 0 24 56 105 13 60
Binary 10000101 10001001 1101110 11 0 10100 101110 1000101 1011 110000

Color Harmonies of #85896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85896E

Black with #85896E

Text Example


Text Example

White with #85896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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