Html Css Color HEX #896B5E Beaver

📋 copy color: '#896B5E'

red 137 ◦ green 107 ◦ blue 94

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

Shades of Beaver #896B5E

Tints of Beaver #896B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 40.53%
G = 31.66%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#896B5E (or 0x896B5E) is known color: Beaver. HEX triplet: 89, 6B and 5E. RGB value is (137,107,94). Sum of RGB (Red+Green+Blue) = 137+107+94=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B5E is #7694A1. Grayscale: #727272. Windows color (decimal): -7771298 or 6187913. OLE color: 6187913.

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

Color convert

RGB 137 107 94 -
CMYK 0 0.22 0.31 0.46
HSL 18.14º 0.19% 0.45% -
HSV(B) 18.14º 0.31% 0.54% -
XYZ 17.59 16.64 12.87 -
YUV 114.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 137 107 94 0 0.22 0.31 0.46 18.14 0.19 0.45
Hex 89 6B 5E 0 16 1F 2E 12 13 2D
Octal 211 153 136 0 26 37 56 22 23 55
Binary 10001001 1101011 1011110 0 10110 11111 101110 10010 10011 101101

Color Harmonies of #896B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B5E

Black with #896B5E

Text Example


Text Example

White with #896B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,94); }

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

background-color css

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

 a { background-color: rgb(137,107,94); }

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

border-color css

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

 span { border-color: rgb(137,107,94); }

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