Html Css Color HEX #896664 Ferra

📋 copy color: '#896664'

red 137 ◦ green 102 ◦ blue 100

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

Shades of Ferra #896664

Tints of Ferra #896664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 40.41%
G = 30.09%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896664 (or 0x896664) is known color: Ferra. HEX triplet: 89, 66 and 64. RGB value is (137,102,100). Sum of RGB (Red+Green+Blue) = 137+102+100=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896664 is #76999B. Grayscale: #707070. Windows color (decimal): -7772572 or 6579849. OLE color: 6579849.

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

Color convert

RGB 137 102 100 -
CMYK 0 0.26 0.27 0.46
HSL 3.24º 0.16% 0.46% -
HSV(B) 3.24º 0.27% 0.54% -
XYZ 17.37 15.74 14.18 -
YUV 112.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 137 102 100 0 0.26 0.27 0.46 3.24 0.16 0.46
Hex 89 66 64 0 1A 1B 2E 3 10 2E
Octal 211 146 144 0 32 33 56 3 20 56
Binary 10001001 1100110 1100100 0 11010 11011 101110 11 10000 101110

Color Harmonies of #896664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896664

Black with #896664

Text Example


Text Example

White with #896664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896664; }

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

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

background-color css

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

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

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

border-color css

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

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

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