Html Css Color HEX #897064 Beaver

📋 copy color: '#897064'

red 137 ◦ green 112 ◦ blue 100

#897064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #897064

Tints of Beaver #897064

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 value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#897064 (or 0x897064) is known color: 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

RGB 137 112 100 -
CMYK 0 0.18 0.27 0.46
HSL 19.46º 0.16% 0.46% -
HSV(B) 19.46º 0.27% 0.54% -
XYZ 18.41 17.83 14.53 -
YUV 118.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 137 112 100 0 0.18 0.27 0.46 19.46 0.16 0.46
Hex 89 70 64 0 12 1B 2E 13 10 2E
Octal 211 160 144 0 22 33 56 23 20 56
Binary 10001001 1110000 1100100 0 10010 11011 101110 10011 10000 101110

Color Harmonies of #897064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897064

Black with #897064

Text Example


Text Example

White with #897064

Text Example


Text Example

HTML Codes & Css Web 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>