Html Css Color HEX #848E6C Bitter

📋 copy color: '#848E6C'

red 132 ◦ green 142 ◦ blue 108

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

Shades of Bitter #848E6C

Tints of Bitter #848E6C

RGB

 RED value IS 132 (51.95% from 255) = 34.55%

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 34.55%
G = 37.17%
B = 28.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#848E6C (or 0x848E6C) is known color: Bitter. HEX triplet: 84, 8E and 6C. RGB value is (132,142,108). Sum of RGB (Red+Green+Blue) = 132+142+108=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #848E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E6C is #7B7193. Grayscale: #878787. Windows color (decimal): -8090004 or 7114372. OLE color: 7114372.

HSL color Cylindrical-coordinate representation of color #848E6C: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848E6C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 108 -
CMYK 0.07 0 0.24 0.44
HSL 77.65º 0.14% 0.49% -
HSV(B) 77.65º 0.24% 0.56% -
XYZ 21.9 25.33 17.92 -
YUV 135.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 132 142 108 0.07 0 0.24 0.44 77.65 0.14 0.49
Hex 84 8E 6C 7 0 18 2C 4E E 31
Octal 204 216 154 7 0 30 54 116 16 61
Binary 10000100 10001110 1101100 111 0 11000 101100 1001110 1110 110001

Color Harmonies of #848E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E6C

Black with #848E6C

Text Example


Text Example

White with #848E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E6C; }

 p { color: rgb(132,142,108); }

 H1.HeaderClassName
 {
   color: #848E6C;
 }
 .AnyTagClassName
 {
   color: #848E6C;
 }
</style>

background-color css

<style>
 a { background-color: #848E6C; }

 a { background-color: rgb(132,142,108); }

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

border-color css

<style>
 span { border-color: #848E6C; }

 span { border-color: rgb(132,142,108); }

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