Html Css Color HEX #896C5D Beaver

📋 copy color: '#896C5D'

red 137 ◦ green 108 ◦ blue 93

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

Shades of Beaver #896C5D

Tints of Beaver #896C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 40.53%
G = 31.95%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#896C5D (or 0x896C5D) is known color: Beaver. HEX triplet: 89, 6C and 5D. RGB value is (137,108,93). Sum of RGB (Red+Green+Blue) = 137+108+93=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5D is #7693A2. Grayscale: #737373. Windows color (decimal): -7771043 or 6122633. OLE color: 6122633.

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

Color convert

RGB 137 108 93 -
CMYK 0 0.21 0.32 0.46
HSL 20.45º 0.19% 0.45% -
HSV(B) 20.45º 0.32% 0.54% -
XYZ 17.65 16.83 12.67 -
YUV 114.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 137 108 93 0 0.21 0.32 0.46 20.45 0.19 0.45
Hex 89 6C 5D 0 15 20 2E 14 13 2D
Octal 211 154 135 0 25 40 56 24 23 55
Binary 10001001 1101100 1011101 0 10101 100000 101110 10100 10011 101101

Color Harmonies of #896C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C5D

Black with #896C5D

Text Example


Text Example

White with #896C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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