#848767

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

Shades of Bitter #848767

Tints of Bitter #848767

Color information

#848767 (or 0x848767) is unknown color: approx Bitter. HEX triplet: 84, 87 and 67. RGB value is (132,135,103). Sum of RGB (Red+Green+Blue) = 132+135+103=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #848767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848767 is #7B7898. Grayscale: #828282. Windows color (decimal): -8091801 or 6784900. OLE color: 6784900.

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

Color convert

RGB132135103-
CMYK0.0200.240.47
HSL65.62º13.45%46.67%-
HSV(B)65.62º23.7%52.94%-
XYZ20.6323.2116.23-
YUV130.45112.51129.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=35.68%
G=36.49%
B=27.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321351030.0200.240.4765.6213.4546.67
Hex84876720182F42d2f
Octal2042071472030571021557
Binary100001001000011111001111001100010111110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848767; }

 p { color: rgb(132,135,103); }

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

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

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

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

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

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

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