#848663

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

Shades of Bitter #848663

Tints of Bitter #848663

Color information

#848663 (or 0x848663) is unknown color: approx Bitter. HEX triplet: 84, 86 and 63. RGB value is (132,134,99). Sum of RGB (Red+Green+Blue) = 132+134+99=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #848663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848663 is #7B799C. Grayscale: #818181. Windows color (decimal): -8092061 or 6522500. OLE color: 6522500.

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

Color convert

RGB13213499-
CMYK0.0100.260.47
HSL63.43º15.02%45.69%-
HSV(B)63.43º26.12%52.55%-
XYZ20.2922.8615.15-
YUV129.41110.84129.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=36.16%
G=36.71%
B=27.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134990.0100.260.4763.4315.0245.69
Hex848663101A2F3ff2e
Octal204206143103257771756
Binary1000010010000110110001110110101011111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848663; }

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

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

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

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

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

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

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

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