Html Css Color HEX #896F61 Beaver

📋 copy color: '#896F61'

red 137 ◦ green 111 ◦ blue 97

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

Shades of Beaver #896F61

Tints of Beaver #896F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 39.71%
G = 32.17%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896F61 (or 0x896F61) is known color: Beaver. HEX triplet: 89, 6F and 61. RGB value is (137,111,97). Sum of RGB (Red+Green+Blue) = 137+111+97=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #896F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F61 is #76909E. Grayscale: #757575. Windows color (decimal): -7770271 or 6385545. OLE color: 6385545.

HSL color Cylindrical-coordinate representation of color #896F61: hue angle of 21º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896F61 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 97 -
CMYK 0 0.19 0.29 0.46
HSL 21º 0.17% 0.46% -
HSV(B) 21º 0.29% 0.54% -
XYZ 18.16 17.55 13.74 -
YUV 117.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 137 111 97 0 0.19 0.29 0.46 21 0.17 0.46
Hex 89 6F 61 0 13 1D 2E 15 11 2E
Octal 211 157 141 0 23 35 56 25 21 56
Binary 10001001 1101111 1100001 0 10011 11101 101110 10101 10001 101110

Color Harmonies of #896F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F61

Black with #896F61

Text Example


Text Example

White with #896F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F61; }

 p { color: rgb(137,111,97); }

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

background-color css

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

 a { background-color: rgb(137,111,97); }

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

border-color css

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

 span { border-color: rgb(137,111,97); }

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