Html Css Color HEX #896F64 Beaver

📋 copy color: '#896F64'

red 137 ◦ green 111 ◦ blue 100

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

Shades of Beaver #896F64

Tints of Beaver #896F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 39.37%
G = 31.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896F64 (or 0x896F64) is known color: Beaver. HEX triplet: 89, 6F and 64. RGB value is (137,111,100). Sum of RGB (Red+Green+Blue) = 137+111+100=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F64 is #76909B. Grayscale: #757575. Windows color (decimal): -7770268 or 6582153. OLE color: 6582153.

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

Color convert

RGB 137 111 100 -
CMYK 0 0.19 0.27 0.46
HSL 17.84º 0.16% 0.46% -
HSV(B) 17.84º 0.27% 0.54% -
XYZ 18.3 17.61 14.49 -
YUV 117.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 137 111 100 0 0.19 0.27 0.46 17.84 0.16 0.46
Hex 89 6F 64 0 13 1B 2E 12 10 2E
Octal 211 157 144 0 23 33 56 22 20 56
Binary 10001001 1101111 1100100 0 10011 11011 101110 10010 10000 101110

Color Harmonies of #896F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F64

Black with #896F64

Text Example


Text Example

White with #896F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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