#848661

Color #848661 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #848661

Tints of Bitter #848661

Color information

#848661 (or 0x848661) is unknown color: approx Bitter. HEX triplet: 84, 86 and 61. RGB value is (132,134,97). Sum of RGB (Red+Green+Blue) = 132+134+97=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #848661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848661 is #7B799E. Grayscale: #818181. Windows color (decimal): -8092063 or 6391428. OLE color: 6391428.

HSL color Cylindrical-coordinate representation of color #848661: hue angle of 63.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848661 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13213497-
CMYK0.0100.280.47
HSL63.24º16.02%45.29%-
HSV(B)63.24º27.61%52.55%-
XYZ20.222.8214.65-
YUV129.18109.84130.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=36.36%
G=36.91%
B=26.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134970.0100.280.4763.2416.0245.29
Hex848661101C2F3f102d
Octal204206141103457772055
Binary10000100100001101100001101110010111111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848661; }

 p { color: rgb(132,134,97); }

 H1.HeaderClassName
 {
   color: #848661;
 }
 .AnyTagClassName
 {
   color: #848661;
 }
</style>
background-color css

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

 a { background-color: rgb(132,134,97); }

 div.DivClassName
 {
   background-color: #848661;
 }
 .BgClassName
 {
   background-color: #848661;
 }
</style>
border-color css

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

 span { border-color: rgb(132,134,97); }

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