Html Css Color HEX #896D62 Beaver

📋 copy color: '#896D62'

red 137 ◦ green 109 ◦ blue 98

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

Shades of Beaver #896D62

Tints of Beaver #896D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 39.83%
G = 31.69%
B = 28.49%

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

#896D62 (or 0x896D62) is known color: Beaver. HEX triplet: 89, 6D and 62. RGB value is (137,109,98). Sum of RGB (Red+Green+Blue) = 137+109+98=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D62 is #76929D. Grayscale: #747474. Windows color (decimal): -7770782 or 6450569. OLE color: 6450569.

HSL color Cylindrical-coordinate representation of color #896D62: hue angle of 16.92º 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 #896D62 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 98 -
CMYK 0 0.20 0.28 0.46
HSL 16.92º 0.17% 0.46% -
HSV(B) 16.92º 0.28% 0.54% -
XYZ 17.99 17.14 13.91 -
YUV 116.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 137 109 98 0 0.20 0.28 0.46 16.92 0.17 0.46
Hex 89 6D 62 0 14 1C 2E 11 11 2E
Octal 211 155 142 0 24 34 56 21 21 56
Binary 10001001 1101101 1100010 0 10100 11100 101110 10001 10001 101110

Color Harmonies of #896D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D62

Black with #896D62

Text Example


Text Example

White with #896D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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