Html Css Color HEX #897065 Beaver

📋 copy color: '#897065'

red 137 ◦ green 112 ◦ blue 101

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

Shades of Beaver #897065

Tints of Beaver #897065

RGB

 RED value IS 137 (53.91% from 255) = 39.14%

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 39.14%
G = 32%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#897065 (or 0x897065) is known color: Beaver. HEX triplet: 89, 70 and 65. RGB value is (137,112,101). Sum of RGB (Red+Green+Blue) = 137+112+101=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #897065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897065 is #768F9A. Grayscale: #767676. Windows color (decimal): -7770011 or 6647945. OLE color: 6647945.

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

Color convert

RGB 137 112 101 -
CMYK 0 0.18 0.26 0.46
HSL 18.33º 0.15% 0.47% -
HSV(B) 18.33º 0.26% 0.54% -
XYZ 18.46 17.85 14.78 -
YUV 118.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 137 112 101 0 0.18 0.26 0.46 18.33 0.15 0.47
Hex 89 70 65 0 12 1A 2E 12 F 2F
Octal 211 160 145 0 22 32 56 22 17 57
Binary 10001001 1110000 1100101 0 10010 11010 101110 10010 1111 101111

Color Harmonies of #897065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897065

Black with #897065

Text Example


Text Example

White with #897065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897065; }

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

 H1.HeaderClassName
 {
   color: #897065;
 }
 .AnyTagClassName
 {
   color: #897065;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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