Html Css Color HEX #848C66 Bitter

📋 copy color: '#848C66'

red 132 ◦ green 140 ◦ blue 102

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

Shades of Bitter #848C66

Tints of Bitter #848C66

RGB

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

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

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

R = 35.29%
G = 37.43%
B = 27.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#848C66 (or 0x848C66) is known color: Bitter. HEX triplet: 84, 8C and 66. RGB value is (132,140,102). Sum of RGB (Red+Green+Blue) = 132+140+102=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #848C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C66 is #7B7399. Grayscale: #858585. Windows color (decimal): -8090522 or 6720644. OLE color: 6720644.

HSL color Cylindrical-coordinate representation of color #848C66: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848C66 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 102 -
CMYK 0.06 0 0.27 0.45
HSL 72.63º 0.16% 0.47% -
HSV(B) 72.63º 0.27% 0.55% -
XYZ 21.29 24.62 16.2 -
YUV 133.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 132 140 102 0.06 0 0.27 0.45 72.63 0.16 0.47
Hex 84 8C 66 6 0 1B 2D 49 10 2F
Octal 204 214 146 6 0 33 55 111 20 57
Binary 10000100 10001100 1100110 110 0 11011 101101 1001001 10000 101111

Color Harmonies of #848C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C66

Black with #848C66

Text Example


Text Example

White with #848C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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