#897067

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

Shades of Beaver #897067

Tints of Beaver #897067

Color information

#897067 (or 0x897067) is unknown color: approx Beaver. HEX triplet: 89, 70 and 67. RGB value is (137,112,103). Sum of RGB (Red+Green+Blue) = 137+112+103=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897067 is #768F98. Grayscale: #767676. Windows color (decimal): -7770009 or 6779017. OLE color: 6779017.

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

Color convert

RGB137112103-
CMYK00.180.250.46
HSL15.88º14.17%47.06%-
HSV(B)15.88º24.82%53.73%-
XYZ18.5617.8915.31-
YUV118.45119.28141.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=38.92%
G=31.82%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210300.180.250.4615.8814.1747.06
Hex897067012192E10e2f
Octal2111601470223156201657
Binary100010011110000110011101001011001101110100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897067; }

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

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

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

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

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

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

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

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