Html Css Color HEX #896864 Ferra

📋 copy color: '#896864'

red 137 ◦ green 104 ◦ blue 100

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

Shades of Ferra #896864

Tints of Ferra #896864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 40.18%
G = 30.5%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896864 (or 0x896864) is known color: Ferra. HEX triplet: 89, 68 and 64. RGB value is (137,104,100). Sum of RGB (Red+Green+Blue) = 137+104+100=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896864 is #76979B. Grayscale: #717171. Windows color (decimal): -7772060 or 6580361. OLE color: 6580361.

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

Color convert

RGB 137 104 100 -
CMYK 0 0.24 0.27 0.46
HSL 6.49º 0.16% 0.46% -
HSV(B) 6.49º 0.27% 0.54% -
XYZ 17.57 16.14 14.25 -
YUV 113.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 137 104 100 0 0.24 0.27 0.46 6.49 0.16 0.46
Hex 89 68 64 0 18 1B 2E 6 10 2E
Octal 211 150 144 0 30 33 56 6 20 56
Binary 10001001 1101000 1100100 0 11000 11011 101110 110 10000 101110

Color Harmonies of #896864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896864

Black with #896864

Text Example


Text Example

White with #896864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896864; }

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

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

background-color css

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

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

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

border-color css

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

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

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