#897D64

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

Shades of Arrowtown #897D64

Tints of Arrowtown #897D64

Color information

#897D64 (or 0x897D64) is unknown color: approx Arrowtown. HEX triplet: 89, 7D and 64. RGB value is (137,125,100). Sum of RGB (Red+Green+Blue) = 137+125+100=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #897D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D64 is #76829B. Grayscale: #7D7D7D. Windows color (decimal): -7766684 or 6585737. OLE color: 6585737.

HSL color Cylindrical-coordinate representation of color #897D64: hue angle of 40.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897D64 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137125100-
CMYK00.090.270.46
HSL40.54º15.61%46.47%-
HSV(B)40.54º27.01%53.73%-
XYZ19.9520.9115.04-
YUV125.74113.48136.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=37.85%
G=34.53%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712510000.090.270.4640.5415.6146.47
Hex897D64091B2E29102e
Octal2111751440113356512056
Binary1000100111111011100100010011101110111010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897D64; }

 p { color: rgb(137,125,100); }

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

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

 a { background-color: rgb(137,125,100); }

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

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

 span { border-color: rgb(137,125,100); }

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