Html Css Color HEX #896D60 Beaver

📋 copy color: '#896D60'

red 137 ◦ green 109 ◦ blue 96

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

Shades of Beaver #896D60

Tints of Beaver #896D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 40.06%
G = 31.87%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#896D60 (or 0x896D60) is known color: Beaver. HEX triplet: 89, 6D and 60. RGB value is (137,109,96). Sum of RGB (Red+Green+Blue) = 137+109+96=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D60 is #76929F. Grayscale: #737373. Windows color (decimal): -7770784 or 6319497. OLE color: 6319497.

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

Color convert

RGB 137 109 96 -
CMYK 0 0.20 0.30 0.46
HSL 19.02º 0.18% 0.46% -
HSV(B) 19.02º 0.3% 0.54% -
XYZ 17.9 17.1 13.42 -
YUV 115.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 137 109 96 0 0.20 0.30 0.46 19.02 0.18 0.46
Hex 89 6D 60 0 14 1E 2E 13 12 2E
Octal 211 155 140 0 24 36 56 23 22 56
Binary 10001001 1101101 1100000 0 10100 11110 101110 10011 10010 101110

Color Harmonies of #896D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D60

Black with #896D60

Text Example


Text Example

White with #896D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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