Html Css Color HEX #896A64 Ferra

📋 copy color: '#896A64'

red 137 ◦ green 106 ◦ blue 100

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

Shades of Ferra #896A64

Tints of Ferra #896A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

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

R = 39.94%
G = 30.9%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896A64 (or 0x896A64) is known color: Ferra. HEX triplet: 89, 6A and 64. RGB value is (137,106,100). Sum of RGB (Red+Green+Blue) = 137+106+100=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A64 is #76959B. Grayscale: #727272. Windows color (decimal): -7771548 or 6580873. OLE color: 6580873.

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

Color convert

RGB 137 106 100 -
CMYK 0 0.23 0.27 0.46
HSL 9.73º 0.16% 0.46% -
HSV(B) 9.73º 0.27% 0.54% -
XYZ 17.77 16.55 14.31 -
YUV 114.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 137 106 100 0 0.23 0.27 0.46 9.73 0.16 0.46
Hex 89 6A 64 0 17 1B 2E A 10 2E
Octal 211 152 144 0 27 33 56 12 20 56
Binary 10001001 1101010 1100100 0 10111 11011 101110 1010 10000 101110

Color Harmonies of #896A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A64

Black with #896A64

Text Example


Text Example

White with #896A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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