Html Css Color HEX #896F62 Beaver

📋 copy color: '#896F62'

red 137 ◦ green 111 ◦ blue 98

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

Shades of Beaver #896F62

Tints of Beaver #896F62

RGB

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

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

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

R = 39.6%
G = 32.08%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896F62 (or 0x896F62) is known color: Beaver. HEX triplet: 89, 6F and 62. RGB value is (137,111,98). Sum of RGB (Red+Green+Blue) = 137+111+98=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F62 is #76909D. Grayscale: #757575. Windows color (decimal): -7770270 or 6451081. OLE color: 6451081.

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

Color convert

RGB 137 111 98 -
CMYK 0 0.19 0.28 0.46
HSL 20º 0.17% 0.46% -
HSV(B) 20º 0.28% 0.54% -
XYZ 18.21 17.57 13.99 -
YUV 117.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 137 111 98 0 0.19 0.28 0.46 20 0.17 0.46
Hex 89 6F 62 0 13 1C 2E 14 11 2E
Octal 211 157 142 0 23 34 56 24 21 56
Binary 10001001 1101111 1100010 0 10011 11100 101110 10100 10001 101110

Color Harmonies of #896F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F62

Black with #896F62

Text Example


Text Example

White with #896F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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