Html Css Color HEX #858B6E Bitter

📋 copy color: '#858B6E'

red 133 ◦ green 139 ◦ blue 110

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

Shades of Bitter #858B6E

Tints of Bitter #858B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 34.82%
G = 36.39%
B = 28.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#858B6E (or 0x858B6E) is known color: Bitter. HEX triplet: 85, 8B and 6E. RGB value is (133,139,110). Sum of RGB (Red+Green+Blue) = 133+139+110=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #858B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B6E is #7A7491. Grayscale: #868686. Windows color (decimal): -8025234 or 7244677. OLE color: 7244677.

HSL color Cylindrical-coordinate representation of color #858B6E: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858B6E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 110 -
CMYK 0.04 0 0.21 0.45
HSL 72.41º 0.12% 0.49% -
HSV(B) 72.41º 0.21% 0.55% -
XYZ 21.72 24.58 18.35 -
YUV 133.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 133 139 110 0.04 0 0.21 0.45 72.41 0.12 0.49
Hex 85 8B 6E 4 0 15 2D 48 C 31
Octal 205 213 156 4 0 25 55 110 14 61
Binary 10000101 10001011 1101110 100 0 10101 101101 1001000 1100 110001

Color Harmonies of #858B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B6E

Black with #858B6E

Text Example


Text Example

White with #858B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B6E; }

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

 H1.HeaderClassName
 {
   color: #858B6E;
 }
 .AnyTagClassName
 {
   color: #858B6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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