Html Css Color HEX #896C61 Beaver

📋 copy color: '#896C61'

red 137 ◦ green 108 ◦ blue 97

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

Shades of Beaver #896C61

Tints of Beaver #896C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 40.06%
G = 31.58%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896C61 (or 0x896C61) is known color: Beaver. HEX triplet: 89, 6C and 61. RGB value is (137,108,97). Sum of RGB (Red+Green+Blue) = 137+108+97=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C61 is #76939E. Grayscale: #737373. Windows color (decimal): -7771039 or 6384777. OLE color: 6384777.

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

Color convert

RGB 137 108 97 -
CMYK 0 0.21 0.29 0.46
HSL 16.5º 0.17% 0.46% -
HSV(B) 16.5º 0.29% 0.54% -
XYZ 17.84 16.91 13.63 -
YUV 115.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 137 108 97 0 0.21 0.29 0.46 16.5 0.17 0.46
Hex 89 6C 61 0 15 1D 2E 10 11 2E
Octal 211 154 141 0 25 35 56 20 21 56
Binary 10001001 1101100 1100001 0 10101 11101 101110 10000 10001 101110

Color Harmonies of #896C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C61

Black with #896C61

Text Example


Text Example

White with #896C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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