Html Css Color HEX #896F5E Beaver

📋 copy color: '#896F5E'

red 137 ◦ green 111 ◦ blue 94

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

Shades of Beaver #896F5E

Tints of Beaver #896F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 40.06%
G = 32.46%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#896F5E (or 0x896F5E) is known color: Beaver. HEX triplet: 89, 6F and 5E. RGB value is (137,111,94). Sum of RGB (Red+Green+Blue) = 137+111+94=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5E is #7690A1. Grayscale: #747474. Windows color (decimal): -7770274 or 6188937. OLE color: 6188937.

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

Color convert

RGB 137 111 94 -
CMYK 0 0.19 0.31 0.46
HSL 23.72º 0.19% 0.45% -
HSV(B) 23.72º 0.31% 0.54% -
XYZ 18.02 17.5 13.02 -
YUV 116.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 137 111 94 0 0.19 0.31 0.46 23.72 0.19 0.45
Hex 89 6F 5E 0 13 1F 2E 18 13 2D
Octal 211 157 136 0 23 37 56 30 23 55
Binary 10001001 1101111 1011110 0 10011 11111 101110 11000 10011 101101

Color Harmonies of #896F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F5E

Black with #896F5E

Text Example


Text Example

White with #896F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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