Html Css Color HEX #858C6E Bitter

📋 copy color: '#858C6E'

red 133 ◦ green 140 ◦ blue 110

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

Shades of Bitter #858C6E

Tints of Bitter #858C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 34.73%
G = 36.55%
B = 28.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#858C6E (or 0x858C6E) is known color: Bitter. HEX triplet: 85, 8C and 6E. RGB value is (133,140,110). Sum of RGB (Red+Green+Blue) = 133+140+110=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #858C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C6E is #7A7391. Grayscale: #868686. Windows color (decimal): -8024978 or 7244933. OLE color: 7244933.

HSL color Cylindrical-coordinate representation of color #858C6E: hue angle of 74º 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 #858C6E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 110 -
CMYK 0.05 0 0.21 0.45
HSL 74º 0.12% 0.49% -
HSV(B) 74º 0.21% 0.55% -
XYZ 21.87 24.87 18.4 -
YUV 134.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 133 140 110 0.05 0 0.21 0.45 74 0.12 0.49
Hex 85 8C 6E 5 0 15 2D 4A C 31
Octal 205 214 156 5 0 25 55 112 14 61
Binary 10000101 10001100 1101110 101 0 10101 101101 1001010 1100 110001

Color Harmonies of #858C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C6E

Black with #858C6E

Text Example


Text Example

White with #858C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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