Html Css Color HEX #896E5E Beaver

📋 copy color: '#896E5E'

red 137 ◦ green 110 ◦ blue 94

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

Shades of Beaver #896E5E

Tints of Beaver #896E5E

RGB

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

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

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

R = 40.18%
G = 32.26%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#896E5E (or 0x896E5E) is known color: Beaver. HEX triplet: 89, 6E and 5E. RGB value is (137,110,94). Sum of RGB (Red+Green+Blue) = 137+110+94=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E5E is #7691A1. Grayscale: #747474. Windows color (decimal): -7770530 or 6188681. OLE color: 6188681.

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

Color convert

RGB 137 110 94 -
CMYK 0 0.20 0.31 0.46
HSL 22.33º 0.19% 0.45% -
HSV(B) 22.33º 0.31% 0.54% -
XYZ 17.91 17.28 12.98 -
YUV 116.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 137 110 94 0 0.20 0.31 0.46 22.33 0.19 0.45
Hex 89 6E 5E 0 14 1F 2E 16 13 2D
Octal 211 156 136 0 24 37 56 26 23 55
Binary 10001001 1101110 1011110 0 10100 11111 101110 10110 10011 101101

Color Harmonies of #896E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E5E

Black with #896E5E

Text Example


Text Example

White with #896E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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