#849675

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

Shades of Amulet #849675

Tints of Amulet #849675

Color information

#849675 (or 0x849675) is unknown color: approx Amulet. HEX triplet: 84, 96 and 75. RGB value is (132,150,117). Sum of RGB (Red+Green+Blue) = 132+150+117=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #849675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849675 is #7B698A. Grayscale: #8C8C8C. Windows color (decimal): -8087947 or 7706244. OLE color: 7706244.

HSL color Cylindrical-coordinate representation of color #849675: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849675 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB132150117-
CMYK0.1200.220.41
HSL92.73º13.58%52.35%-
HSV(B)92.73º22%58.82%-
XYZ23.632820.99-
YUV140.86114.54121.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=33.08%
G=37.59%
B=29.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321501170.1200.220.4192.7313.5852.35
Hex849675C016295de34
Octal20422616514026511351664
Binary10000100100101101110101110001011010100110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849675; }

 p { color: rgb(132,150,117); }

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

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

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

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

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

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

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