Html Css Color HEX #89706B Ferra

📋 copy color: '#89706B'

red 137 ◦ green 112 ◦ blue 107

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

Shades of Ferra #89706B

Tints of Ferra #89706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 38.48%
G = 31.46%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89706B (or 0x89706B) is known color: Ferra. HEX triplet: 89, 70 and 6B. RGB value is (137,112,107). Sum of RGB (Red+Green+Blue) = 137+112+107=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #89706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706B is #768F94. Grayscale: #767676. Windows color (decimal): -7770005 or 7041161. OLE color: 7041161.

HSL color Cylindrical-coordinate representation of color #89706B: hue angle of 10º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89706B is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 107 -
CMYK 0 0.18 0.22 0.46
HSL 10º 0.12% 0.48% -
HSV(B) 10º 0.22% 0.54% -
XYZ 18.76 17.97 16.39 -
YUV 118.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 137 112 107 0 0.18 0.22 0.46 10 0.12 0.48
Hex 89 70 6B 0 12 16 2E A C 30
Octal 211 160 153 0 22 26 56 12 14 60
Binary 10001001 1110000 1101011 0 10010 10110 101110 1010 1100 110000

Color Harmonies of #89706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89706B

Black with #89706B

Text Example


Text Example

White with #89706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89706B; }

 p { color: rgb(137,112,107); }

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

background-color css

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

 a { background-color: rgb(137,112,107); }

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

border-color css

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

 span { border-color: rgb(137,112,107); }

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