#85997D

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

Shades of Amulet #85997D

Tints of Amulet #85997D

Color information

#85997D (or 0x85997D) is unknown color: approx Amulet. HEX triplet: 85, 99 and 7D. RGB value is (133,153,125). Sum of RGB (Red+Green+Blue) = 133+153+125=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #85997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85997D is #7A6682. Grayscale: #8F8F8F. Windows color (decimal): -8021635 or 8231301. OLE color: 8231301.

HSL color Cylindrical-coordinate representation of color #85997D: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85997D is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB133153125-
CMYK0.1300.180.4
HSL102.86º12.07%54.51%-
HSV(B)102.86º18.3%60%-
XYZ24.7729.2523.74-
YUV143.83117.37120.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=32.36%
G=37.23%
B=30.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531250.1300.180.4102.8612.0754.51
Hex85997DD0122867c37
Octal20523117515022501471467
Binary10000101100110011111101110101001010100011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85997D; }

 p { color: rgb(133,153,125); }

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

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

 a { background-color: rgb(133,153,125); }

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

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

 span { border-color: rgb(133,153,125); }

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