Html Css Color HEX #896E69 Ferra

📋 copy color: '#896E69'

red 137 ◦ green 110 ◦ blue 105

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

Shades of Ferra #896E69

Tints of Ferra #896E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 38.92%
G = 31.25%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#896E69 (or 0x896E69) is known color: Ferra. HEX triplet: 89, 6E and 69. RGB value is (137,110,105). Sum of RGB (Red+Green+Blue) = 137+110+105=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E69 is #769196. Grayscale: #757575. Windows color (decimal): -7770519 or 6909577. OLE color: 6909577.

HSL color Cylindrical-coordinate representation of color #896E69: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896E69 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 110 105 -
CMYK 0 0.20 0.23 0.46
HSL 9.38º 0.13% 0.47% -
HSV(B) 9.38º 0.23% 0.54% -
XYZ 18.44 17.49 15.77 -
YUV 117.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 137 110 105 0 0.20 0.23 0.46 9.38 0.13 0.47
Hex 89 6E 69 0 14 17 2E 9 D 2F
Octal 211 156 151 0 24 27 56 11 15 57
Binary 10001001 1101110 1101001 0 10100 10111 101110 1001 1101 101111

Color Harmonies of #896E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E69

Black with #896E69

Text Example


Text Example

White with #896E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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