#897064

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

Shades of Beaver #897064

Tints of Beaver #897064

Color information

#897064 (or 0x897064) is unknown color: approx Beaver. HEX triplet: 89, 70 and 64. RGB value is (137,112,100). Sum of RGB (Red+Green+Blue) = 137+112+100=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #897064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897064 is #768F9B. Grayscale: #767676. Windows color (decimal): -7770012 or 6582409. OLE color: 6582409.

HSL color Cylindrical-coordinate representation of color #897064: hue angle of 19.46º 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 #897064 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137112100-
CMYK00.180.270.46
HSL19.46º15.61%46.47%-
HSV(B)19.46º27.01%53.73%-
XYZ18.4117.8314.53-
YUV118.11117.78141.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=39.26%
G=32.09%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210000.180.270.4619.4615.6146.47
Hex8970640121B2E13102e
Octal2111601440223356232056
Binary1000100111100001100100010010110111011101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897064; }

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

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

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

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

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

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

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

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