Html Css Color HEX #896E62 Beaver

📋 copy color: '#896E62'

red 137 ◦ green 110 ◦ blue 98

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

Shades of Beaver #896E62

Tints of Beaver #896E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 39.71%
G = 31.88%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896E62 (or 0x896E62) is known color: Beaver. HEX triplet: 89, 6E and 62. RGB value is (137,110,98). Sum of RGB (Red+Green+Blue) = 137+110+98=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #896E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E62 is #76919D. Grayscale: #747474. Windows color (decimal): -7770526 or 6450825. OLE color: 6450825.

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

Color convert

RGB 137 110 98 -
CMYK 0 0.20 0.28 0.46
HSL 18.46º 0.17% 0.46% -
HSV(B) 18.46º 0.28% 0.54% -
XYZ 18.1 17.35 13.95 -
YUV 116.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 137 110 98 0 0.20 0.28 0.46 18.46 0.17 0.46
Hex 89 6E 62 0 14 1C 2E 12 11 2E
Octal 211 156 142 0 24 34 56 22 21 56
Binary 10001001 1101110 1100010 0 10100 11100 101110 10010 10001 101110

Color Harmonies of #896E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E62

Black with #896E62

Text Example


Text Example

White with #896E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,110,98); }

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

background-color css

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

 a { background-color: rgb(137,110,98); }

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

border-color css

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

 span { border-color: rgb(137,110,98); }

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