#897168

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

Shades of Beaver #897168

Tints of Beaver #897168

Color information

#897168 (or 0x897168) is unknown color: approx Beaver. HEX triplet: 89, 71 and 68. RGB value is (137,113,104). Sum of RGB (Red+Green+Blue) = 137+113+104=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897168 is #768E97. Grayscale: #777777. Windows color (decimal): -7769752 or 6844809. OLE color: 6844809.

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

Color convert

RGB137113104-
CMYK00.180.240.46
HSL16.36º13.69%47.25%-
HSV(B)16.36º24.09%53.73%-
XYZ18.7218.1315.61-
YUV119.15119.45140.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=38.70%
G=31.92%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711310400.180.240.4616.3613.6947.25
Hex897168012182E10e2f
Octal2111611500223056201657
Binary100010011110001110100001001011000101110100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897168; }

 p { color: rgb(137,113,104); }

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

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

 a { background-color: rgb(137,113,104); }

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

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

 span { border-color: rgb(137,113,104); }

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