Html Css Color HEX #896F5D Beaver

📋 copy color: '#896F5D'

red 137 ◦ green 111 ◦ blue 93

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

Shades of Beaver #896F5D

Tints of Beaver #896F5D

RGB

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

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

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

R = 40.18%
G = 32.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#896F5D (or 0x896F5D) is known color: Beaver. HEX triplet: 89, 6F and 5D. RGB value is (137,111,93). Sum of RGB (Red+Green+Blue) = 137+111+93=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5D is #7690A2. Grayscale: #747474. Windows color (decimal): -7770275 or 6123401. OLE color: 6123401.

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

Color convert

RGB 137 111 93 -
CMYK 0 0.19 0.32 0.46
HSL 24.55º 0.19% 0.45% -
HSV(B) 24.55º 0.32% 0.54% -
XYZ 17.98 17.48 12.78 -
YUV 116.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 137 111 93 0 0.19 0.32 0.46 24.55 0.19 0.45
Hex 89 6F 5D 0 13 20 2E 19 13 2D
Octal 211 157 135 0 23 40 56 31 23 55
Binary 10001001 1101111 1011101 0 10011 100000 101110 11001 10011 101101

Color Harmonies of #896F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F5D

Black with #896F5D

Text Example


Text Example

White with #896F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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