Html Css Color HEX #896E6B Ferra

📋 copy color: '#896E6B'

red 137 ◦ green 110 ◦ blue 107

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

Shades of Ferra #896E6B

Tints of Ferra #896E6B

RGB

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

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

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

R = 38.7%
G = 31.07%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#896E6B (or 0x896E6B) is known color: Ferra. HEX triplet: 89, 6E and 6B. RGB value is (137,110,107). Sum of RGB (Red+Green+Blue) = 137+110+107=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E6B is #769194. Grayscale: #757575. Windows color (decimal): -7770517 or 7040649. OLE color: 7040649.

HSL color Cylindrical-coordinate representation of color #896E6B: hue angle of 6º 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 #896E6B is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 110 107 -
CMYK 0 0.20 0.22 0.46
HSL 0.12% 0.48% -
HSV(B) 0.22% 0.54% -
XYZ 18.55 17.53 16.32 -
YUV 117.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 137 110 107 0 0.20 0.22 0.46 6 0.12 0.48
Hex 89 6E 6B 0 14 16 2E 6 C 30
Octal 211 156 153 0 24 26 56 6 14 60
Binary 10001001 1101110 1101011 0 10100 10110 101110 110 1100 110000

Color Harmonies of #896E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E6B

Black with #896E6B

Text Example


Text Example

White with #896E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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