#848566

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

Shades of Bitter #848566

Tints of Bitter #848566

Color information

#848566 (or 0x848566) is unknown color: approx Bitter. HEX triplet: 84, 85 and 66. RGB value is (132,133,102). Sum of RGB (Red+Green+Blue) = 132+133+102=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #848566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848566 is #7B7A99. Grayscale: #818181. Windows color (decimal): -8092314 or 6718852. OLE color: 6718852.

HSL color Cylindrical-coordinate representation of color #848566: hue angle of 61.94º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848566 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132133102-
CMYK0.0100.230.48
HSL61.94º13.19%46.08%-
HSV(B)61.94º23.31%52.16%-
XYZ20.322.6415.87-
YUV129.17112.67130.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=35.97%
G=36.24%
B=27.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331020.0100.230.4861.9413.1946.08
Hex8485661017303ed2e
Octal204205146102760761556
Binary1000010010000101110011010101111100001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848566; }

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

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

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

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

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

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

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

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