Html Css Color HEX #896D5D Beaver

📋 copy color: '#896D5D'

red 137 ◦ green 109 ◦ blue 93

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

Shades of Beaver #896D5D

Tints of Beaver #896D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 40.41%
G = 32.15%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#896D5D (or 0x896D5D) is known color: Beaver. HEX triplet: 89, 6D and 5D. RGB value is (137,109,93). Sum of RGB (Red+Green+Blue) = 137+109+93=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5D is #7692A2. Grayscale: #737373. Windows color (decimal): -7770787 or 6122889. OLE color: 6122889.

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

Color convert

RGB 137 109 93 -
CMYK 0 0.20 0.32 0.46
HSL 21.82º 0.19% 0.45% -
HSV(B) 21.82º 0.32% 0.54% -
XYZ 17.76 17.05 12.71 -
YUV 115.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 137 109 93 0 0.20 0.32 0.46 21.82 0.19 0.45
Hex 89 6D 5D 0 14 20 2E 16 13 2D
Octal 211 155 135 0 24 40 56 26 23 55
Binary 10001001 1101101 1011101 0 10100 100000 101110 10110 10011 101101

Color Harmonies of #896D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D5D

Black with #896D5D

Text Example


Text Example

White with #896D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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