Html Css Color HEX #89716F Ferra

📋 copy color: '#89716F'

red 137 ◦ green 113 ◦ blue 111

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

Shades of Ferra #89716F

Tints of Ferra #89716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 37.95%
G = 31.3%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#89716F (or 0x89716F) is known color: Ferra. HEX triplet: 89, 71 and 6F. RGB value is (137,113,111). Sum of RGB (Red+Green+Blue) = 137+113+111=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716F is #768E90. Grayscale: #777777. Windows color (decimal): -7769745 or 7303561. OLE color: 7303561.

HSL color Cylindrical-coordinate representation of color #89716F: hue angle of 4.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89716F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 111 -
CMYK 0 0.18 0.19 0.46
HSL 4.62º 0.1% 0.49% -
HSV(B) 4.62º 0.19% 0.54% -
XYZ 19.09 18.28 17.56 -
YUV 119.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 137 113 111 0 0.18 0.19 0.46 4.62 0.1 0.49
Hex 89 71 6F 0 12 13 2E 5 A 31
Octal 211 161 157 0 22 23 56 5 12 61
Binary 10001001 1110001 1101111 0 10010 10011 101110 101 1010 110001

Color Harmonies of #89716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89716F

Black with #89716F

Text Example


Text Example

White with #89716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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