#848468

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

Shades of Bitter #848468

Tints of Bitter #848468

Color information

#848468 (or 0x848468) is unknown color: approx Bitter. HEX triplet: 84, 84 and 68. RGB value is (132,132,104). Sum of RGB (Red+Green+Blue) = 132+132+104=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848468 is #7B7B97. Grayscale: #808080. Windows color (decimal): -8092568 or 6849668. OLE color: 6849668.

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

Color convert

RGB132132104-
CMYK000.210.48
HSL60º11.86%46.27%-
HSV(B)60º21.21%51.76%-
XYZ20.2722.4116.35-
YUV128.81114130.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=35.87%
G=35.87%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132104000.210.486011.8646.27
Hex8484680015303cc2e
Octal204204150002560741456
Binary1000010010000100110100000101011100001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848468; }

 p { color: rgb(132,132,104); }

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

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

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

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

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

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

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