Html Css Color HEX #848E66 Bitter

📋 copy color: '#848E66'

red 132 ◦ green 142 ◦ blue 102

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

Shades of Bitter #848E66

Tints of Bitter #848E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 35.11%
G = 37.77%
B = 27.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#848E66 (or 0x848E66) is known color: Bitter. HEX triplet: 84, 8E and 66. RGB value is (132,142,102). Sum of RGB (Red+Green+Blue) = 132+142+102=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 142 - color contains mainly: green. Hex color #848E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E66 is #7B7199. Grayscale: #868686. Windows color (decimal): -8090010 or 6721156. OLE color: 6721156.

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

Color convert

RGB 132 142 102 -
CMYK 0.07 0 0.28 0.44
HSL 75º 0.16% 0.48% -
HSV(B) 75º 0.28% 0.56% -
XYZ 21.59 25.21 16.3 -
YUV 134.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 132 142 102 0.07 0 0.28 0.44 75 0.16 0.48
Hex 84 8E 66 7 0 1C 2C 4B 10 30
Octal 204 216 146 7 0 34 54 113 20 60
Binary 10000100 10001110 1100110 111 0 11100 101100 1001011 10000 110000

Color Harmonies of #848E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E66

Black with #848E66

Text Example


Text Example

White with #848E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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