#85997C

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

Shades of Amulet #85997C

Tints of Amulet #85997C

Color information

#85997C (or 0x85997C) is unknown color: approx Amulet. HEX triplet: 85, 99 and 7C. RGB value is (133,153,124). Sum of RGB (Red+Green+Blue) = 133+153+124=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #85997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85997C is #7A6683. Grayscale: #8F8F8F. Windows color (decimal): -8021636 or 8165765. OLE color: 8165765.

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

Color convert

RGB133153124-
CMYK0.1300.190.4
HSL101.38º12.45%54.31%-
HSV(B)101.38º18.95%60%-
XYZ24.729.2223.41-
YUV143.71116.87120.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=32.44%
G=37.32%
B=30.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531240.1300.190.4101.3812.4554.31
Hex85997CD0132865c36
Octal20523117415023501451466
Binary10000101100110011111100110101001110100011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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