#848668

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

Shades of Bitter #848668

Tints of Bitter #848668

Color information

#848668 (or 0x848668) is unknown color: approx Bitter. HEX triplet: 84, 86 and 68. RGB value is (132,134,104). Sum of RGB (Red+Green+Blue) = 132+134+104=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #848668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848668 is #7B7997. Grayscale: #828282. Windows color (decimal): -8092056 or 6850180. OLE color: 6850180.

HSL color Cylindrical-coordinate representation of color #848668: hue angle of 64º degrees, saturation: 0.13, 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 #848668 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB132134104-
CMYK0.0100.220.47
HSL64º12.61%46.67%-
HSV(B)64º22.39%52.55%-
XYZ20.5422.9616.44-
YUV129.98113.34129.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=35.68%
G=36.22%
B=28.11%

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
Decimal1321341040.0100.220.476412.6146.67
Hex84866810162F40d2f
Octal2042061501026571001557
Binary10000100100001101101000101011010111110000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848668; }

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

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

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

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

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

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

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

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