Html Css Color HEX #896C5F Beaver

📋 copy color: '#896C5F'

red 137 ◦ green 108 ◦ blue 95

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

Shades of Beaver #896C5F

Tints of Beaver #896C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 40.29%
G = 31.76%
B = 27.94%

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

#896C5F (or 0x896C5F) is known color: Beaver. HEX triplet: 89, 6C and 5F. RGB value is (137,108,95). Sum of RGB (Red+Green+Blue) = 137+108+95=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C5F is #7693A0. Grayscale: #737373. Windows color (decimal): -7771041 or 6253705. OLE color: 6253705.

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

Color convert

RGB 137 108 95 -
CMYK 0 0.21 0.31 0.46
HSL 18.57º 0.18% 0.45% -
HSV(B) 18.57º 0.31% 0.54% -
XYZ 17.74 16.87 13.15 -
YUV 115.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 137 108 95 0 0.21 0.31 0.46 18.57 0.18 0.45
Hex 89 6C 5F 0 15 1F 2E 13 12 2D
Octal 211 154 137 0 25 37 56 23 22 55
Binary 10001001 1101100 1011111 0 10101 11111 101110 10011 10010 101101

Color Harmonies of #896C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C5F

Black with #896C5F

Text Example


Text Example

White with #896C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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