#848669

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

Shades of Bitter #848669

Tints of Bitter #848669

Color information

#848669 (or 0x848669) is unknown color: approx Bitter. HEX triplet: 84, 86 and 69. RGB value is (132,134,105). Sum of RGB (Red+Green+Blue) = 132+134+105=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #848669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848669 is #7B7996. Grayscale: #828282. Windows color (decimal): -8092055 or 6915716. OLE color: 6915716.

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

Color convert

RGB132134105-
CMYK0.0100.220.47
HSL64.14º12.13%46.86%-
HSV(B)64.14º21.64%52.55%-
XYZ20.5922.9816.71-
YUV130.1113.84129.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=35.58%
G=36.12%
B=28.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321341050.0100.220.4764.1412.1346.86
Hex84866910162F40c2f
Octal2042061511026571001457
Binary10000100100001101101001101011010111110000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848669; }

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

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

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

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

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

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

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

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