#897060

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

Shades of Beaver #897060

Tints of Beaver #897060

Color information

#897060 (or 0x897060) is unknown color: approx Beaver. HEX triplet: 89, 70 and 60. RGB value is (137,112,96). Sum of RGB (Red+Green+Blue) = 137+112+96=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #897060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897060 is #768F9F. Grayscale: #757575. Windows color (decimal): -7770016 or 6320265. OLE color: 6320265.

HSL color Cylindrical-coordinate representation of color #897060: hue angle of 23.41º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #897060 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13711296-
CMYK00.180.300.46
HSL23.41º17.6%45.69%-
HSV(B)23.41º29.93%53.73%-
XYZ18.2217.7513.53-
YUV117.65115.78141.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=39.71%
G=32.46%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371129600.180.300.4623.4117.645.69
Hex8970600121E2E17122e
Octal2111601400223656272256
Binary1000100111100001100000010010111101011101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897060; }

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

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

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

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

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

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

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

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