Html Css Color HEX #896F6E Ferra

📋 copy color: '#896F6E'

red 137 ◦ green 111 ◦ blue 110

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

Shades of Ferra #896F6E

Tints of Ferra #896F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 38.27%
G = 31.01%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#896F6E (or 0x896F6E) is known color: Ferra. HEX triplet: 89, 6F and 6E. RGB value is (137,111,110). Sum of RGB (Red+Green+Blue) = 137+111+110=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F6E is #769091. Grayscale: #767676. Windows color (decimal): -7770258 or 7237513. OLE color: 7237513.

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

Color convert

RGB 137 111 110 -
CMYK 0 0.19 0.20 0.46
HSL 2.22º 0.11% 0.48% -
HSV(B) 2.22º 0.2% 0.54% -
XYZ 18.82 17.81 17.2 -
YUV 118.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 137 111 110 0 0.19 0.20 0.46 2.22 0.11 0.48
Hex 89 6F 6E 0 13 14 2E 2 B 30
Octal 211 157 156 0 23 24 56 2 13 60
Binary 10001001 1101111 1101110 0 10011 10100 101110 10 1011 110000

Color Harmonies of #896F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F6E

Black with #896F6E

Text Example


Text Example

White with #896F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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