Html Css Color HEX #896C5E Beaver

📋 copy color: '#896C5E'

red 137 ◦ green 108 ◦ blue 94

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

Shades of Beaver #896C5E

Tints of Beaver #896C5E

RGB

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

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

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

R = 40.41%
G = 31.86%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#896C5E (or 0x896C5E) is known color: Beaver. HEX triplet: 89, 6C and 5E. RGB value is (137,108,94). Sum of RGB (Red+Green+Blue) = 137+108+94=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5E is #7693A1. Grayscale: #737373. Windows color (decimal): -7771042 or 6188169. OLE color: 6188169.

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

Color convert

RGB 137 108 94 -
CMYK 0 0.21 0.31 0.46
HSL 19.53º 0.19% 0.45% -
HSV(B) 19.53º 0.31% 0.54% -
XYZ 17.7 16.85 12.91 -
YUV 115.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 137 108 94 0 0.21 0.31 0.46 19.53 0.19 0.45
Hex 89 6C 5E 0 15 1F 2E 14 13 2D
Octal 211 154 136 0 25 37 56 24 23 55
Binary 10001001 1101100 1011110 0 10101 11111 101110 10100 10011 101101

Color Harmonies of #896C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C5E

Black with #896C5E

Text Example


Text Example

White with #896C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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