#848569

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

Shades of Bitter #848569

Tints of Bitter #848569

Color information

#848569 (or 0x848569) is unknown color: approx Bitter. HEX triplet: 84, 85 and 69. RGB value is (132,133,105). Sum of RGB (Red+Green+Blue) = 132+133+105=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #848569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848569 is #7B7A96. Grayscale: #818181. Windows color (decimal): -8092311 or 6915460. OLE color: 6915460.

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

Color convert

RGB132133105-
CMYK0.0100.210.48
HSL62.14º11.76%46.67%-
HSV(B)62.14º21.05%52.16%-
XYZ20.4522.716.67-
YUV129.51114.17129.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=35.68%
G=35.95%
B=28.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331050.0100.210.4862.1411.7646.67
Hex8485691015303ec2f
Octal204205151102560761457
Binary1000010010000101110100110101011100001111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848569; }

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

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

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

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

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

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

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

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