Html Css Color HEX #896D5A Beaver

📋 copy color: '#896D5A'

red 137 ◦ green 109 ◦ blue 90

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

Shades of Beaver #896D5A

Tints of Beaver #896D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 40.77%
G = 32.44%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#896D5A (or 0x896D5A) is known color: Beaver. HEX triplet: 89, 6D and 5A. RGB value is (137,109,90). Sum of RGB (Red+Green+Blue) = 137+109+90=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5A is #7692A5. Grayscale: #737373. Windows color (decimal): -7770790 or 5926281. OLE color: 5926281.

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

Color convert

RGB 137 109 90 -
CMYK 0 0.20 0.34 0.46
HSL 24.26º 0.21% 0.45% -
HSV(B) 24.26º 0.34% 0.54% -
XYZ 17.63 16.99 12.02 -
YUV 115.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 137 109 90 0 0.20 0.34 0.46 24.26 0.21 0.45
Hex 89 6D 5A 0 14 22 2E 18 15 2D
Octal 211 155 132 0 24 42 56 30 25 55
Binary 10001001 1101101 1011010 0 10100 100010 101110 11000 10101 101101

Color Harmonies of #896D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D5A

Black with #896D5A

Text Example


Text Example

White with #896D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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